INPUT_OBJECT
CreateOrUpdateProcessInput
link GraphQL Schema definition
- input CreateOrUpdateProcessInput {
- String :
- # Unique identifier of entity.
- ID :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # 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 CloudObjects.
- CreateCloudObjectRelationNoBackrefInput!] : [
- }