Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 838 Bytes

File metadata and controls

23 lines (16 loc) · 838 Bytes

ScheduleComponentsEntity

Properties

Name Type Description Notes
id String The id of the ProcessGroup [optional]
state StateEnum The desired state of the descendant components [optional]
components Map<String, RevisionDTO> Optional components to schedule. If not specified, all authorized descendant components will be used. [optional]
disconnectedNodeAcknowledged Boolean Acknowledges that this node is disconnected to allow for mutable requests to proceed. [optional]

Enum: StateEnum

Name Value
RUNNING "RUNNING"
STOPPED "STOPPED"
ENABLED "ENABLED"
DISABLED "DISABLED"