Simple task definition object
Simple task (identified by "type": "Simple"
) is used when the workflow needs to be paused for an external signal to continue.
It acts as a gate that remains in the InProgress
state until marked as Completed
or Failed
by an external trigger.
Here is an example Simple task:
"Application Details": {
"description": "Capture application details for approval",
"type": "Simple",
"nextTask": "Application Approval"
}