INPUT_OBJECT
CreateProcessTemplateInput
link GraphQL Schema definition
- input CreateProcessTemplateInput {
- : String
- # 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!]
- }