workflowTypeUpdate Mutation
Updates an existing workflow type.
Input Argument
Заголовок раздела «Input Argument»workflowTypeUpdate accepts a single
input
argument, an
input type
,
which contains the values it uses.
The fields inside
input
are:
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
description (
String
)
Very short description of the workflow type, for example “More than 200 workdays or $200K”.
disabled (
Boolean
)
Whether the workflow type may not be related to any more workflows.
id (
ID!
)
The node ID of the record to update.
information (
String
)
Any additional information about the workflow type that might prove useful, especially for workflow managers when they need to decide which workflow type to select for a workflow.
name (
String
)
The name of the workflow type. Ideally the name of a workflow type consists of a single word, such as “Large”.
position (
Int
)
The position that the workflow type takes when it is displayed in a sorted list.
source (
String
)
An identifier for the client application submitting the resource or the name of an external system.
sourceID (
String
)
The unique identifier of the resource in an external system.
Return Fields
Заголовок раздела «Return Fields»clientMutationId (
String
)
A unique identifier for the client performing the mutation.
errors (
ValidationError
)
Errors encountered during the mutation.
workflowType (
WorkflowType
)
Record after mutation.