Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 627 Bytes

ScheduleComponentsEntity.md

File metadata and controls

20 lines (13 loc) · 627 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]

Enum: StateEnum

Name Value
RUNNING "RUNNING"
STOPPED "STOPPED"