Skip to content

ActionData - TaskStart

start task action parameter

Attributes

Name Data Type Description
taskId string task ID

Example

JavaScript
1
2
3
4
5
6
{
   "type": ActionType.TaskStart,
   "data": {
     "taskId": "152afafb-a682-4d3c-934a-1099b3aa35e3"
   }
}