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

Function completedExec

apps/sim/lib/table/deps.test.ts:75–77  ·  view source on GitHub ↗
(workflowId: string)

Source from the content-addressed store, hash-verified

73})
74
75function completedExec(workflowId: string): RowExecutionMetadata {
76 return { status: 'completed', executionId: 'e1', jobId: null, workflowId, error: null }
77}
78
79describe('isExecCancelled', () => {
80 it('is true only for cancelled status', () => {

Callers 1

deps.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected