Execution Status
Each task or task workflow execution is associated with a state. The execution status of a task workflow also depends on the state of the tasks in the task workflow.
|
Status |
Description |
|---|---|
|
Active |
Task workflow is currently executed (running). At least one task is currently Active. |
|
OK |
Task workflow execution finished without error. |
|
Error |
Task workflow execution ends with an error. At least one task has the status, error. |
|
Aborted |
The task workflow execution was aborted manually, or the status of task workflow is Aborted due to a timeout or error situations like missing call-back or blocked function. |
