INPUT_OBJECT
UpdateApprovalProcessInput
link GraphQL Schema definition
- input UpdateApprovalProcessInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Free-text description shown alongside the approval process.
- : String
- # When true, the approval process actively raises approvals on matching record
- # events; when false, the process is paused.
- : Boolean
- # Timestamp of the most recent change to settings.
- : DateTime
- # Timestamp of the most recent change to is_enabled.
- : DateTime
- # Name of the entity and its default text representation.
- : String
- # Id of the owning user.
- : ID
- # Approval process schema (trigger, filter, approver list, settings). Stored as a
- # JSON document; modified via the approval process builder.
- : JSONString
- # Files attached to the approval process (e.g. process documentation).
- : [CreateCloudObjectRelationNoBackrefInput!]
- }