INPUT_OBJECT
CreateOrUpdateProcessTemplateInput
link GraphQL Schema definition
- input CreateOrUpdateProcessTemplateInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Multi-line text input field.
- : String
- # Boolean value.
- : Boolean
- # Name of the entity and its default text representation.
- : String
- # Form definition in json format.
- : ProcessSchemaJSONString
- # Relations to CloudObjects.
- : [CreateCloudObjectRelationNoBackrefInput!]
- }