Create Task
Creates a Human Task
The Create Task activity is used when a particular task requires human intervention to become complete. The activity takes a task data as input which can be configured using the Configure Task Data Window. The task data can come from different sources like the ExtractionResult from the Run Extractor activity. In that case the activity would create a Validation Task. Optionally the activity can wait until the task is updated by an assigned user.
Input
Configure Data :
RequiredThe configuration of Task Data. The configuration is set usingConfigure Task Data Window.
Configure
Task Name :
String ArgumentRequiredThe name of theHuman Taskto create.Task Group Name :
String ArgumentRequiredThe group name of theHuman Taskto create.Task Priority :
RequiredThe priority of theHuman Taskto create. Available values are :NormalHighCritical
Wait For Result :
RequiredSpecifies whether wait for theHuman Taskto get updated by the assigned user to any ofDone,Cancelled, orVerifiedstatuses.Wait Timeout : Specifies the amount of time in milliseconds to wait until the task is updated by the user.
Assign
Task Users : The list of users to which the
Human Taskis assigned. Not required ifTask User Groupis specified. The list is set usingCloud Data Editor.Task User Group :
String ArgumentThe name of theTask User Groupto which theHuman Taskis assigned. Not required ifTask Userslist is not empty.
Output
Task Result :
String ArgumentThe result string containingIdand status of theHuman Taskcreated.Task Status : The
Task Statusof theHuman Taskcreated.
Last updated