Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Object type

WorkflowStatus

No description
Type fields
id:ID!
Beta

WorkflowStatus id.

name:String!
Beta

The name of the WorkflowStatus.

color:RgbaColor!
Beta

The color of the WorkflowStatus.

assignedUsers:[User]!
Beta

List of User assigned to this WorkflowStatus.

checklistPresets:[WorkflowChecklistPreset]!
Beta

A list of WorkflowPreset that is used to create one or more WorkflowChecklistItem, which are appended to a WorkflowTask on entering this WorkflowState.

tasks(
Beta
limit: Int = 25
page: Int = 1

A list of the WorkflowTask in the WorkflowStatus.

enterRules:[WorkflowStatusEnterRule]!
Beta

A list of WorkflowStatusEnterRule which needs to be satisfied before a WorkflowTask can enter this WorkflowStatus.