Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 788 Bytes

V1alpha1MutexHolding.md

File metadata and controls

12 lines (8 loc) · 788 Bytes

V1alpha1MutexHolding

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

Properties

Name Type Description Notes
holder str 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 str Reference for the mutex e.g: ${namespace}/mutex/${mutexName} [optional]

[Back to Model list] [Back to API list] [Back to README]