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