Create Task
Creates a Human Task
Last updated
Creates a Human Task
Last updated
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 . The task data can come from different sources like the ExtractionResult
from the activity. In that case the activity would create a . Optionally the activity can wait until the task is updated by an assigned user.
Configure Data : Required
The configuration of Task Data. The configuration is set using .
Task Name : Required
The name of the Human Task
to create.
Task Group Name : Required
The group name of the Human Task
to create.
Task Priority : Required
The priority of the Human Task
to create. Available values are :
Normal
High
Critical
Wait For Result : Required
Specifies whether wait for the Human Task
to get updated by the assigned user to any of Done
, Cancelled
, or Verified
statuses.
Wait Timeout : Specifies the amount of time in milliseconds to wait until the task is updated by the user.
Task Users :
The list of users to which the Human Task
is assigned. Not required if Task User Group
is specified. The list is set using Cloud Data Editor
.
Task User Group :
The name of the Task User Group
to which the Human Task
is assigned. Not required if Task Users
list is not empty.
Task Result :
The result string containing Id
and status of the Human Task
created.
Task Status :
The Task Status
of the created.