(executionState: RowExecutionMetadata, dataPatch?: RowData)
| 188 | |
| 189 | const cellCtx = { tableId, rowId, workspaceId, groupId, executionId, requestId } |
| 190 | const writeState = (executionState: RowExecutionMetadata, dataPatch?: RowData) => |
| 191 | writeWorkflowGroupState(cellCtx, { executionState, dataPatch }) |
| 192 | |
| 193 | /** Pre-execution cancellation guard: a cell cancelled while it sat in the |
| 194 | * queue (e.g. trigger.dev concurrency backlog) must not run once it |
no test coverage detected