Tips and Tricks
Error Handling
specify name as error next action or state in the workflow config file.
Rollback Handling
- specify name as
errornext action which helps you to revert back the changes.
Retry Handling
- specify name as
errornext action to the same action, which helps you to retry same action on error until your max chain exceeds.
Link Workflow
- you can link the action and create new workflow.