Difference between revisions of "MROCLS MRO SUPERVISOR TASK"
Line 11: | Line 11: | ||
If a task object is classified as Supervisor Task, it will mark a task as supervisor - task. This means, that this task may only be edited by a supervisor who has to identify himself using a RFID token and a PIN based verification. This task fullfills the requirements of a device based/shared 4-eyes acceptance workflow. | If a task object is classified as Supervisor Task, it will mark a task as supervisor - task. This means, that this task may only be edited by a supervisor who has to identify himself using a RFID token and a PIN based verification. This task fullfills the requirements of a device based/shared 4-eyes acceptance workflow. | ||
− | + | == MetaProperties == | |
− | + | {| class="wikitable" width=50% | |
− | + | |- | |
+ | ! width=30% | Name !! width=20% | Data type !! Comment | ||
+ | |- | ||
+ | | PERMISSIONS|| {{string}} || Concatenated string to define permissions (codes) that are required to open this task. | ||
+ | |- | ||
+ | | SUPERVISOR || {{guid}} || Reference to the supervisor login that finished the Task. | ||
+ | |} | ||
== See also == | == See also == |
Revision as of 11:52, 3 October 2024
If a task object is classified as Supervisor Task, it will mark a task as supervisor - task. This means, that this task may only be edited by a supervisor who has to identify himself using a RFID token and a PIN based verification. This task fullfills the requirements of a device based/shared 4-eyes acceptance workflow.
MetaProperties
Name | Data type | Comment |
---|---|---|
PERMISSIONS | String | Concatenated string to define permissions (codes) that are required to open this task. |
SUPERVISOR | Guid | Reference to the supervisor login that finished the Task. |