Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Object type

WorkflowTask

No description
Type fields
id:ID!
Beta

WorkflowTask Id.

assignedUsers:[User]!
Beta

A list of User assigned to the WorkflowTask.

asset:Asset
Beta

The Asset linked to the WorkflowTask.

title:String
Beta

WorkflowTask title.

description:String
Beta

WorkflowTask description.

status:WorkflowStatus!
Beta

The WorkflowStatus of the WorkflowTask.

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

A list of the WorkflowChecklistItem in the WorkflowTask.