INPUT_OBJECT

CreateOrUpdateProcessInput

link GraphQL Schema definition

  • input CreateOrUpdateProcessInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Multi-line text input field.
  • description: String
  • # Name of the entity and its default text representation.
  • name: String
  • # Relation to single entity instance.
  • ownerId: ID
  • # Form definition in json format.
  • settings: ProcessSchemaJSONString
  • # Field whose values are strictly defined with an enumeration of values.
  • type: ProcessTypeEnum
  • # Relations to CloudObjects.
  • documents: [CreateCloudObjectRelationNoBackrefInput!]
  • }

link Require by