This Wrk Action will create a lock. If no lock with the same name in the provided scope exists it will create a lock and continue immediately. If a lock already exists then it will wait until the Wrkflow is unlocked before continuing. Use with the “Unlock Wrkflow” Wrk Action.
Application
~Wrkflow Tools~
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Lock name | The name of the lock | Text (Long) | Yes | id123 |
Max duration | The max duration in in minutes the lock will stay in place. After which it will automatically be removed. Max is 60 minutes | Number with decimals | No | |
Lock scope | The scope of Wrkflow launches that the lock name will impact | Text (Short) | No | Account |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
Lock ID | The unique id that can be used to unlock your lock | Text (Long) | No | WrkflowLock-AC-123-id123 |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Requirements
N/A