Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 592 Bytes

SuspensionStateDto.md

File metadata and controls

11 lines (6 loc) · 592 Bytes

SuspensionStateDto

Properties

Name Type Description Notes
suspended Option<bool> A Boolean value which indicates whether to activate or suspend a given process instance. When the value is set to true, the given process instance will be suspended and when the value is set to false, the given process instance will be activated. [optional]

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