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

  • Task Name : String Argument Required The name of the Human Task to create.

  • Task Group Name : String Argument 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.

Assign

  • 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 : String Argument The name of the Task User Group to which the Human Task is assigned. Not required if Task Users list is not empty.

Output

  • Task Result : String Argument The result string containing Id and status of the Human Task created.

  • Task Status : The Task Status of the Human Task created.

Last updated