WorkflowTemplate Object
Root Connection
All WorkflowTemplate objects of an account are accessible by a query on the root connection workflowTemplates
.
Such a query will return a WorkflowTemplateConnection!
, which contains the WorkflowTemplate objects in its
nodes
field.
WorkflowTemplateConnection!
)
Root connection for retrieving WorkflowTemplate records.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
filter |
WorkflowTemplateFilter
|
Filter to determine which WorkflowTemplate records are returned. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
order |
[WorkflowTemplateOrder!]
|
Order of the WorkflowTemplate records returned. |
view |
WorkflowTemplateView
|
View name. The default value is |
Fields
The fields in this section list which values can be retrieved when querying WorkflowTemplate records.
Account
)
The account this record belongs to.
Boolean
)
Whether Requests and Problems are assigned to the workflow manager when the relations are linked to the workflow.
WorkflowCategory
)
The category that needs to be selected in the Category field of a new workflow when it is being created based on the template.
ISO8601Timestamp
)
The date and time at which the record was created.
Boolean
)
Whether the workflow template may not be used to help register new workflows.
ID!
)
Unique identifier of the record.
TaskImpact
)
The maximum impact level that is selected in the task templates that are a part of the workflow template.
String
)
The information that needs to be shown when a new workflow is being created based on the template. This field typically contains instructions about how to register the workflow.
WorkflowJustification
)
The justification that needs to be selected in the Justification field of a new workflow when it is being created based on the template. This field is required when there are request templates linked to the workflow template.
String
)
The information that needs to be copied to the Note field of a new workflow when it is being created based on the template.
Recurrence
)
Recurrency for the workflow template.
Service
)
The service that should be selected in the Service field of a new workflow when it is being created based on the template.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
String
)
Short description that needs to be copied to the Subject field of a new workflow when it is being created based on the template.
UiExtension
)
UI extension that is to be added to a new workflow when it is being created based on the template.
ISO8601Timestamp
)
The date and time of the last update of the record. If the record has no updates it contains the createdAt
value.
Person
)
The person who will be responsible for coordinating the workflows that will be generated automatically in accordance with the recurrence schedule.
WorkflowType
)
The type that needs to be selected in the Type field of a new workflow when it is being created based on the template.
Connections
The connection fields in this section allow (paged) access to objects related to a specific WorkflowTemplate record.
The actual objects will be in the nodes
field of the connection.
AutomationRuleConnection
)
Automation rules associated with this record.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
AttachmentConnection
)
Inline images linked to the Instructions field.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
AttachmentConnection
)
Inline images linked to the Note field.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
WorkflowTemplatePhaseConnection
)
Phases of the workflow template.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
WorkflowTaskTemplateRelationConnection
)
Task template relations of the workflow template
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
WorkflowConnection
)
Workflows of the workflow template.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
Implements
WorkflowTemplate implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a WorkflowTemplate.