Lock Process Node

A Lock node prevents scripts from running simultaneously by "locking" them. When a Lock node is run, it places a lock with the specified name. If that lock already exists, then the script will wait in a queue for its turn. If there is no lock yet, then it will put the lock in place and continue with the rest of the script. When the script finishes, it will remove its lock and automatically start the next script in the queue if there is one. For information about unlocking a lock, see Unlock Process Node.

The Lock node has Closedtwo panes where you set attributes.

Lock Node Attributes

For more information, see Using Lock and Unlock Nodes.