INPUT_OBJECT
UpdateProcessInput
link GraphQL Schema definition
- input UpdateProcessInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Field containing json.
- : [AiConversationItemParams!]
- # Multi-line text input field.
- : String
- # Name of the entity and its default text representation.
- : String
- # Relation to single entity instance.
- : ID
- # Form definition in json format.
- : ProcessSchemaJSONString
- # Field whose values are strictly defined with an enumeration of values.
- : ProcessTypeEnum
- # Relations to Tags.
- : [CreateTagRelationNoProcessBackrefInput!]
- # Relations to CloudObjects.
- : [CreateCloudObjectRelationNoBackrefInput!]
- }