When the process reaches this step, the process attempts to obtain a lock with the specified name. If no other process is using a lock with that name, the current process creates a lock with that name and continues. If another process is using a lock with the specified name, the current process waits until the lock is available.
To release the lock, use the Release lock step. Also, locks are released automatically when the process finishes.
Field | Description |
---|---|
Lock Name | A string value that represents the lock. |