Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 713 Bytes

File metadata and controls

20 lines (13 loc) · 713 Bytes

ReportingTaskRunStatusEntity

Properties

Name Type Description Notes
revision RevisionDTO The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. [optional]
state StateEnum The run status of the ReportingTask. [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"