Create Operation - Lock Settings Edit Tab
- Updated2025-07-21
- 1 minute(s) read
Create Operation - Lock Settings Edit Tab
Create Operation
To use a lock, you must first create a reference to a new or existing Lock object. To create a reference, insert a Lock step and select Edit Lock Settings from the context menu for the step. Enable the Create option on the left of the Lock Settings panel.
The Create operation contains the following options:
- Lock Name Expression —A name for the Synchronization object using a literal string or an expression that evaluates to a string. You can use the name attribute of synchronization objects to perform synchronization operations between executions within a single process or between separate processes and computers.
- Already Exists? (optional output) —The location to store a Boolean value that indicates whether the Synchronization object already exists.
-
Lock Reference Lifetime
—A lifetime for the reference to the Synchronization object.
- Same as Sequence —Releases the object reference after the sequence executes.
- Same as Thread —Releases the object reference after the thread completes.
- Same as Execution —Releases the object reference after the execution completes.
- Use Object Reference —Use this option when you want to explicitly control the lifetime of the object reference or when you want to refer to the object using an object reference variable.