MutexHolding describes the mutex and the object which is holding it.
| 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] |