Unlock workflow activity
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Workflow
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
Unlock workflow activity
The Unlock activity releases a lock that was previously placed by the Lock activity.
To release a lock, specify the same lock key that was specified in the Lock activity. If the Lock activity had a Duration specified, and that duration has already passed, the lock will already be released.
Input variables
Input variables determine the initial behavior of the activity.
Field | Description |
---|---|
Lock key | The Mutex key that releases the lock. This key must match the key specified by a Lock activity. For more information, see Lock activity. |
States
The activity state tells the workflow engine what to do with the activity.
State | Description |
---|---|
Finished | The activity successfully released the lock. |