Skip to content

Commit dad2fa0

Browse files
Update specification.md
Co-authored-by: Ricardo Zanini <[email protected]>
1 parent a47b636 commit dad2fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5994,7 +5994,7 @@ The `transition` outcome instructs the workflow to transition to the specified s
59945994

59955995
Finally, the `throw` outcome allows workflows to rethrow the [handled error](#error-definition) or throw a new [error](#error-definition). When set to `true`, the error is rethrown as is, propagating it up the workflow hierarchy. Alternatively, the outcome can define or reference a new error to throw, potentially using runtime expressions to customize error details dynamically.
59965996

5997-
Overall, error outcomes in ServerlessWorkflow offer a comprehensive set of options for managing errors within workflows. By defining precise error handling strategies using these outcomes, workflows can effectively handle errors, recover from failures, and maintain robustness and resilience in various execution scenarios.
5997+
Overall, error outcomes in Serverless Workflow offer a comprehensive set of options for managing errors within workflows. By defining precise error handling strategies using these outcomes, workflows can effectively handle errors, recover from failures, and maintain robustness and resilience in various execution scenarios.
59985998

59995999
#### Error Bubbling
60006000

0 commit comments

Comments
 (0)