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

Function queuedMarker

apps/sim/lib/table/workflow-columns.test.ts:50–52  ·  view source on GitHub ↗

The dispatcher's "queued marker" pre-stamp: pending with no executionId.

(workflowId: string)

Source from the content-addressed store, hash-verified

48
49/** The dispatcher's "queued marker" pre-stamp: pending with no executionId. */
50function queuedMarker(workflowId: string): RowExecutionMetadata {
51 return { status: 'pending', executionId: null, jobId: null, workflowId, error: null }
52}
53
54describe('pickNextEligibleGroupForRow — queued-marker handoff', () => {
55 it('runs an autoRun:false group that carries a queued marker (explicit request)', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected