OBJECT
ProcessSchema
link GraphQL Schema definition
- type ProcessSchema {
- # Timezone used to evaluate the process's scheduled steps.
- : String
- # What starts the process — a record event, schedule, or manual launch.
- : ProcessTrigger!
- # Ordered tree of process steps (conditions and actions).
- : [ProcessNodeInterface!]!
- }