Skip to content

Commit 028a9be

Browse files
sidharthachatterjeeelithrar
authored andcommitted
Update src/content/docs/workflows/build/sleeping-and-retrying.mdx
Co-authored-by: Matt Silverlock <[email protected]>
1 parent d5b6371 commit 028a9be

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,4 +112,4 @@ 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-
Users can catch this error if they intend to continue the Workflow execution. Otherwise, the Workflow will fail.
115+
Like other Errors, any uncaught exceptions that propagate to the top level will cause the Workflow to end execution in an Errored state. Catch the `NonRetryableError` to continue Workflow execution.

0 commit comments

Comments
 (0)