Skip to content

ActionData - TaskEnd

Task end action parameters

Attributes

Name Data Type Description
taskId string task ID

Example

JavaScript
1
2
3
4
5
6
{
   "type": TaskType.TaskEnd,
   "data": {
     "taskId": "b4ddea09-2448-4db5-a580-47ae763f9693"
   }
}