MutexStatus contains which objects hold mutex locks, and which objects this workflow is waiting on to release locks.
Name | Type | Description | Notes |
---|---|---|---|
holding | List<MutexHolding> | Holding is a list of mutexes and their respective objects that are held by mutex lock for this | [optional] |
waiting | List<MutexHolding> | Waiting is a list of mutexes and their respective objects this workflow is waiting for. | [optional] |