The Lock contains activities related to system security and access control. It enables automation to lock the system, manage user sessions, and ensure secure execution of workflows.
The Lock activity has the following sub activities:
Lock: Other instances of the process are prevented from continuing until the lock is released.
Input Properties:
Key: A unique mutex key. The Unlock activity uses this kay to release the lock.
Lock Attempts:
Attempts Interval: The amount of time required after a failed lock attempt before another lock attempt is allowed.
Unlock: This activity is used to release the lock that was previously placed by the Lock activity.
Input Properties:
Key: A unique mutex key. The Unlock activity uses this key to release the lock.