Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Input Object Type

CreateAssetWorkflowTaskInput

No description
Input Fields
assetId: ID!
Beta

BETA Id of the Asset which should be linked to the WorkflowTask.

workflowStatusId: ID!
Beta

BETA Id of the WorkflowStatus where the WorkflowTask should be created.

assigneeUserIds: [ID!]
Beta

BETA List of User ids to be assigned to the WorkflowTask. Currently, only one Id is supported.

statusEnterMessage: String
Beta

BETA WorkflowTask enter message. Optionally required by a EnterRule of the given WorkflowStatus.