Skip to content

Commit 16670e9

Browse files
Update src/content/docs/workflows/build/sleeping-and-retrying.mdx
Co-authored-by: Matt Silverlock <[email protected]>
1 parent 52790bd commit 16670e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/build/sleeping-and-retrying.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class MyWorkflow extends WorkflowEntrypoint<Env, Params> {
112112
113113
The Workflow instance itself will fail immediately, no further steps will be invoked, and the Workflow will not be retried.
114114
115-
## Avoid a Workflow instance to fail
115+
## Catch Workflow errors
116116
117117
Any uncaught exceptions that propagate to the top level, or any steps that reach their retry limit, will cause the Workflow to end execution in an Errored state. However, this may not be intended, as for example, a cleanup of previous step executions may be required.
118118

0 commit comments

Comments
 (0)