Skip to content

Commit ae07804

Browse files
feat: type err
1 parent a7089ce commit ae07804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/openworkflow/worker/execution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ class StepExecutor implements StepApi {
11791179
workflowRunId: this.workflowRunId,
11801180
stepAttemptId: attempt.id,
11811181
workerId: this.workerId,
1182-
output,
1182+
output: output as JsonValue | null,
11831183
});
11841184
this.cache = addToStepAttemptCache(this.cache, completed);
11851185
this.runningByStepName.delete(attempt.stepName);

0 commit comments

Comments
 (0)