Skip to main content

WorkflowTaskType

Workflow task

type WorkflowTaskType {
accountId: ID!
asApprovalRelated: Boolean!
asApproved: Boolean!
asDeadline: Boolean!
asPublishDate: Boolean!
asRevise: Boolean!
assignmentLocked: Boolean!
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime
description: String
duration: Int!
id: ID!
name: String!
order: Int
skippable: Boolean!
statusId: ID
updatedAt: ISO8601DateTime!
workflowProfileId: ID!
}

Fields

WorkflowTaskType.accountId ● ID! non-null scalar

Account ID

As approval related

WorkflowTaskType.asApproved ● Boolean! non-null scalar

As approved

WorkflowTaskType.asDeadline ● Boolean! non-null scalar

As deadline

WorkflowTaskType.asPublishDate ● Boolean! non-null scalar

As publish date

WorkflowTaskType.asRevise ● Boolean! non-null scalar

As revise

WorkflowTaskType.assignmentLocked ● Boolean! non-null scalar

Assignment is locked

WorkflowTaskType.createdAt ● ISO8601DateTime! non-null scalar

Created at

WorkflowTaskType.deletedAt ● ISO8601DateTime scalar

Deleted at

WorkflowTaskType.description ● String scalar

Description

WorkflowTaskType.duration ● Int! non-null scalar

Duration

WorkflowTaskType.id ● ID! non-null scalar

ID

WorkflowTaskType.name ● String! non-null scalar

Name

WorkflowTaskType.order ● Int scalar

Order

WorkflowTaskType.skippable ● Boolean! non-null scalar

Skippable

WorkflowTaskType.statusId ● ID scalar

Status ID

WorkflowTaskType.updatedAt ● ISO8601DateTime! non-null scalar

Updated at

WorkflowTaskType.workflowProfileId ● ID! non-null scalar

Workflow profile ID

Member Of

WorkflowTaskTypeConnection object ● WorkflowTaskTypeEdge object