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 :
Required
The configuration of Task Data. The configuration is set usingConfigure Task Data Window
.
Configure
Task Name :
String Argument
Required
The name of theHuman Task
to create.Task Group Name :
String Argument
Required
The group name of theHuman Task
to create.Task Priority :
Required
The priority of theHuman Task
to create. Available values are :Normal
High
Critical
Wait For Result :
Required
Specifies whether wait for theHuman Task
to get updated by the assigned user to any ofDone
,Cancelled
, orVerified
statuses.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 Task
is assigned. Not required ifTask User Group
is specified. The list is set usingCloud Data Editor
.Task User Group :
String Argument
Task User Group
to which theHuman Task
is assigned. Not required ifTask Users
list is not empty.
Output
Task Result :
String Argument
The result string containingId
and status of theHuman Task
created.Task Status : The
Task Status
of theHuman Task
created.
Last updated