3 - Create and Execute Task
This QR code creates and executes a Task. When this QR code is scanned, the user is asked for confirmation to execute the created Task. After confirmation, the Task is opened in execution mode.
![]() |
![]() |
A sample JSON for this action is as follows:
{ "publishedId": "ABCD01", "action": "3", "projectId":"12345d", "queueId": "1234abcd", "category": "Operation 001" }
The attributes in the JSON are described below.
Attribute | Type | Required | Description | |
|---|---|---|---|---|
| String | Y | Publication ID of the Template
| |
| Integer | Y | Takes the value "3" | |
| String | Y | Project ID of the created Task.
| |
| String | Y | Queue ID to which the Task is assigned.
| |
category | String | N | You can enter any string here. It will appear as the category of the Task.
|





