Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Input object type

CreateAssetWorkflowTaskInput

No description
Input fields
assetId: ID!
Beta

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

workflowStatusId: ID!
Beta

Id of the WorkflowStatus where the WorkflowTask should be created.

assigneeUserIds: [ID!]
Beta

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

statusEnterMessage: String
Beta

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