4 - Pickup / Create / Run / View Task (Task Identifier required)
This QR code identifies a Task using its unique Task ID. It then presents the user with a set of options.
![]() |
Option | Remarks | |
|---|---|---|
View Template | The Template associated with the Task is presented. | |
Preview Task | The Task preview is presented.
| |
Run | The Task is opened in Execution mode. | |
Push to my Inbox | The Task is pushed to the current user's Inbox. | |
Bookmark Task | The Task is bookmarked for quicker access. | |
Go to Task | The Task is highlighted on the screen as shown below.
|
A sample JSON for this action is as follows:
{ "publishedId": "ABCD01", "action": "4", "projectId":"12345Id", "queueId": "12345 ", "taskIdentifier": "TSK_ID_12102025", "category": "Operation 001" }
The attributes in the JSON are described below.
Attribute | Type | Required | Description | |
|---|---|---|---|---|
| String | Y | Publication ID of the Task.
| |
| Integer | Y | Takes the value "4" | |
| String | Y | Project ID of the created Task.
| |
| String | Y | Queue ID to which the Task is assigned.
| |
| String | Y | Unique Identifier of the Task. | |
| String | N | You can enter any string here. It will appear as the category of the Task.
|






