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

Tagged with: Email 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.
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
Website monitoring
SimWorkflow shared February 26, 2024
This workflow regularly checking the website's availability to ensure it is accessible to users. Sends periodic requests to the website and notify if the site goes down or becomes unreachable.