Summary
Error Handling (manual workflow task)
Description
Do error handling within a workflow
This is a manual task, and can be called by a Workflow Builder job.
Route
/workflow_engine/task/ErrorHandling
Roles
            admin
engineering
          
          Incoming
| name | type | required | enumerals | info | 
|---|---|---|---|---|
| severity | enum | true | fatal,warning,success | The level of error. | 
| status | string | true | Should be indicative of the error state. | |
| retry | boolean | Whether to allow retry. | 
Outgoing
| name | 
|---|
| response |