Skip to content

Commit f529492

Browse files
Remove unused branch
1 parent 22d68f0 commit f529492

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/openworkflow/execution.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -422,10 +422,6 @@ export async function executeWorkflow(
422422
return;
423423
}
424424

425-
if (!retryDecision.availableAt) {
426-
throw new Error("Step retry decision missing availableAt");
427-
}
428-
429425
await backend.rescheduleWorkflowRunAfterFailedStepAttempt({
430426
workflowRunId: workflowRun.id,
431427
workerId,

0 commit comments

Comments
 (0)