Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Object Type

WorkflowStatus

No description
Type Fields
id:ID!
Beta

BETA WorkflowStatus id.

name:String!
Beta

BETA The name of the WorkflowStatus.

color:RgbaColor!
Beta

BETA The color of the WorkflowStatus.

assignedUsers:[User]!
Beta

BETA List of User assigned to this WorkflowStatus.

checklistPresets:[WorkflowChecklistPreset]!
Beta

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

BETA A list of the WorkflowTask in the WorkflowStatus.

enterRules:[WorkflowStatusEnterRule]!
Beta

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