workflowTemplateUpdate Mutation
Updates an existing workflow template.
Input Argument
workflowTemplateUpdate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
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.
String
)
A unique identifier for the client performing the mutation.
Boolean
)
Whether the workflow template may not be used to help register new workflows.
ID!
)
The node ID of the record to update.
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.
[WorkflowTemplateTaskTemplateInput!]
)
Task template relations of 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.
RecurrenceInput
)
Recurrence for the workflow template.
ID
)
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.
[ID!]
)
Identifiers of task template relations to remove from the workflow template.
ID
)
UI extension that is to be applied to the record.
ID
)
The person who will be responsible for coordinating the workflows that will be generated automatically in accordance with the recurrence schedule.
ID
)
The type that needs to be selected in the Type field of a new workflow when it is being created based on the template.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
WorkflowTemplate
)
Record after mutation.