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

Latest commit

 

History

History
13 lines (6 loc) · 455 Bytes

SemaphoreStatus.md

File metadata and controls

13 lines (6 loc) · 455 Bytes

SemaphoreStatus

Properties

Name Type Description Notes
holding List<SemaphoreHolding> Holding stores the list of resource acquired synchronization lock for workflows. [optional]
waiting List<SemaphoreHolding> Waiting indicates the list of current synchronization lock holders. [optional]