We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7089ce commit ae07804Copy full SHA for ae07804
1 file changed
packages/openworkflow/worker/execution.ts
@@ -1179,7 +1179,7 @@ class StepExecutor implements StepApi {
1179
workflowRunId: this.workflowRunId,
1180
stepAttemptId: attempt.id,
1181
workerId: this.workerId,
1182
- output,
+ output: output as JsonValue | null,
1183
});
1184
this.cache = addToStepAttemptCache(this.cache, completed);
1185
this.runningByStepName.delete(attempt.stepName);
0 commit comments