Skip to content

Commit d4b8e35

Browse files
committed
fix stepGraph type in parentWorkflow
1 parent a93f4c2 commit d4b8e35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/core/src/workflows/evented/workflow-event-processor

packages/core/src/workflows/evented/workflow-event-processor/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export type ParentWorkflow = {
5959
stepResults: Record<string, StepResult<any, any, any, any>>;
6060
parentWorkflow?: ParentWorkflow;
6161
stepId: string;
62-
stepGraph: Record<string, StepFlowEntry>;
62+
stepGraph: StepFlowEntry[];
6363
activeSteps: Record<string, boolean>;
6464
resumeSteps: string[];
6565
resumeData: any;

0 commit comments

Comments
 (0)