MCPcopy Index your code
hub / github.com/simstudioai/sim / writeState

Function writeState

apps/sim/background/workflow-column-execution.ts:190–191  ·  view source on GitHub ↗
(executionState: RowExecutionMetadata, dataPatch?: RowData)

Source from the content-addressed store, hash-verified

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

Callers 2

schedulePartialWriteFunction · 0.85

Calls 1

writeWorkflowGroupStateFunction · 0.85

Tested by

no test coverage detected