workflowTemplate Query
Returns the specified WorkflowTemplate object.
Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_manage_integrations, org_view_integrations]. 2. The Customer User has any of the following permissions for the Customer and the Objects Attribute variant is workflow: [customer_manage_integrations].
Input fields
Argument | Type | Description |
---|---|---|
id | ID! | The ID of the WorkflowTemplate object. |
Return fields (WorkflowTemplate)
allowRemove (Boolean!)
Specifies whether the signed-in User can remove the WorkflowTemplate.
allowUpdate (Boolean!)
Specifies whether the signed-in User can update the WorkflowTemplate.
createdAt (DateTime!)
The timestamp at which the object was created.
definition (String!)
The YAML representation of the Integration Template.
description (String!)
Additional notes about the Integration Template.
id (ID!)
The ID of the object
name (String!)
The name of the Integration Template. Must be unique.
updatedAt (DateTime!)
The timestamp at which the object was most recently updated.
workflow (Workflow)
The Workflow in which this action resides.