( input: RunWorkflowActivityInput, )
| 1102 | } |
| 1103 | |
| 1104 | export async function testMinimalWorkflow( |
| 1105 | input: RunWorkflowActivityInput, |
| 1106 | ): Promise<RunWorkflowActivityOutput> { |
| 1107 | return shipsecWorkflowRun(input); |
| 1108 | } |
| 1109 | |
| 1110 | export interface ScheduleTriggerWorkflowInput { |
| 1111 | workflowId: string; |
nothing calls this directly
no test coverage detected