Skip to main content

FieldLogs

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.

confirm.jpg
execute.jpg

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

publishedID

String

Y

Publication ID of the Template

publicationID.jpg

action

Integer

Y

Takes the value "3"

projectId

String

Y

Project ID of the created Task.

projectID.jpg

queueId

String

Y

Queue ID to which the Task is assigned.

TaskQueueID.jpg

category

String

N

You can enter any string here. It will appear as the category of the Task.

categoryTask.jpg