| name |
string |
Name of the task |
| taskReferenceName |
string |
Unique reference name for the task within the workflow |
| type |
string |
The type of task |
| description |
string |
Task description |
| inputParameters |
object |
Input parameter mappings |
| optional |
boolean |
Whether this task is optional |
| startDelay |
integer |
Delay in seconds before starting the task |
| asyncComplete |
boolean |
Whether the task is completed asynchronously |
| retryCount |
integer |
Number of retries |
| sink |
string |
Sink for EVENT tasks |
| subWorkflowParam |
object |
Sub workflow parameters |
| joinOn |
array |
List of task reference names to join on |
| forkTasks |
array |
List of forked task lists |
| decisionCases |
object |
Decision cases for SWITCH/DECISION tasks |
| defaultCase |
array |
Default case tasks for SWITCH/DECISION |
| loopCondition |
string |
Loop condition for DO_WHILE tasks |
| loopOver |
array |
Tasks to loop over in DO_WHILE |