Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (7 loc) · 627 Bytes

MutexHolding.md

File metadata and controls

14 lines (7 loc) · 627 Bytes

MutexHolding

MutexHolding describes the mutex and the object which is holding it.

Properties

Name Type Description Notes
holder String Holder is a reference to the object which holds the Mutex. Holding Scenario: 1. Current workflow's NodeID which is holding the lock. e.g: ${NodeID} Waiting Scenario: 1. Current workflow or other workflow NodeID which is holding the lock. e.g: ${WorkflowName}/${NodeID} [optional]
mutex String Reference for the mutex e.g: ${namespace}/mutex/${mutexName} [optional]