Workflow automation templates.
Use templates to quickly create new comprehensive workflow solutions.

Tagged with: SMS Error Handling Slack
Start
No time outs if set to 0.
No limit on concurrent workflows if set to 0.

Workflow to be run on current Workflow failure. Useful for cleanup or post actions on failure.

The failure workflow gets the original failed workflow's input along with the following additional items:

  • swf:failureWorkflow
    • swf:workflowId
    • swf:workflowStatus
    • swf:workflowDefinitionId
    • swf:workflowDefinitionVersion
    • swf:taskId
    • swf:taskStatus
    • swf:cause
Error handling
SimWorkflow shared February 26, 2024
Error handling refers to the process of managing and responding to errors that occur during the execution of a workflow. Proper error handling is essential for ensuring that workflows behave predictably, gracefully recover from errors, and provide a good experience.