WorkflowPhase Object

Fields

The fields in this section list which values can be retrieved when querying WorkflowPhase records.

completedAt (ISO8601Timestamp)

The date and time at which the workflow phase was set to the status "Completed".

createdAt (ISO8601Timestamp)

The date and time at which the workflow phase was created.

id (ID!)

Unique identifier of the object.

name (String)

The name of the workflow phase.

position (Int)

The position that the workflow phase takes when it is presented in the workflow's Gantt chart.

startedAt (ISO8601Timestamp)

Indicates the date and time at which the first workflow task of the phase was set to a status other than registered or canceled.

status (WorkflowPhaseStatus)

The current status of the workflow phase.

updatedAt (ISO8601Timestamp)

The date and time of the last update of the workflow phase. If the phase has no updates it contains the createdAt value.

Implements

WorkflowPhase implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a WorkflowPhase.