(options)
| 350 | | 'getDefaultTaskQueue' |
| 351 | > = { |
| 352 | async startWorkflow(options) { |
| 353 | startCalls.push(options); |
| 354 | return { |
| 355 | workflowId: options.workflowId ?? 'shipsec-run-mock', |
| 356 | runId: 'temporal-run-mock', |
| 357 | taskQueue: options.taskQueue ?? 'shipsec-default', |
| 358 | }; |
| 359 | }, |
| 360 | async describeWorkflow(ref) { |
| 361 | lastDescribeRef = ref; |
| 362 | const base: WorkflowRunStatus = { |