Skip to main content

Lock Wrkflow

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)

NameDescriptionData TypeRequired?Example
Lock nameThe name of the lockText (Long)Yesid123
Max durationThe max duration in in minutes the lock will stay in place. After which it will automatically be removed. Max is 60 minutesNumber with decimalsNo
Lock scopeThe scope of Wrkflow launches that the lock name will impactText (Short)NoAccount

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Lock IDThe unique id that can be used to unlock your lockText (Long)NoWrkflowLock-AC-123-id123

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A