MCPcopy Create free account
hub / github.com/ShipSecAI/studio / startWorkflow

Function startWorkflow

backend/src/workflows/__tests__/workflows.service.spec.ts:352–359  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

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 = {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected