OBJECT

ProcessSchema

link GraphQL Schema definition

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