INPUT_OBJECT

UpdateProcessTemplateInput

link GraphQL Schema definition

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

link Require by