Action group: Orchestrator Subgroup: Resource queues
The action unblocks a queue item that was previously blocked by the same robot.
You can only remove a lock if the robot instance is the owner of the lock. The owner of the lock is the user or robot instance that set the lock. And different locks can have different owners. Two different launches of the same robot (2 different instances) have different owners.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Identifier | The unique identifier of the resource. | Robin.String | Yes | |
Remove read lock | If the value is «true», the action will release the read lock on the resource. If the resource has been locked by a user or another robot, the action will return an error. | Robin.Boolean | true | No |
Remove write lock | If the value is «true», the action will release the write lock on the resource. If the resource has been locked by a user or another robot, the action will return an error. | Robin.Boolean | true | No |
None.
There is a resource that needs to be unlocked.
Use the "Unlock resource" action.
The program robot completed successfully. The blockings for reading and writing are removed.