Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

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"