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

Function testMinimalWorkflow

worker/src/temporal/workflows/index.ts:1104–1108  ·  view source on GitHub ↗
(
  input: RunWorkflowActivityInput,
)

Source from the content-addressed store, hash-verified

1102}
1103
1104export async function testMinimalWorkflow(
1105 input: RunWorkflowActivityInput,
1106): Promise<RunWorkflowActivityOutput> {
1107 return shipsecWorkflowRun(input);
1108}
1109
1110export interface ScheduleTriggerWorkflowInput {
1111 workflowId: string;

Callers

nothing calls this directly

Calls 1

shipsecWorkflowRunFunction · 0.85

Tested by

no test coverage detected