INPUT_OBJECT
UpdateProcessTemplateInput
link GraphQL Schema definition
- input UpdateProcessTemplateInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Free-text description of what the template does.
- : String
- # True when the platform recommends this template (highlighted in the template
- # gallery).
- : Boolean
- # Name of the entity and its default text representation.
- : String
- # Process schema (trigger, nodes, settings) shipped by the template. Stored as a
- # JSON document.
- : ProcessSchemaJSONString
- # Files attached to the template (e.g. reference documents, screenshots).
- : [CreateCloudObjectRelationNoBackrefInput!]
- }