INTERFACE

ProcessScheduleInterface

link GraphQL Schema definition

  • interface ProcessScheduleInterface {
  • # Optional schedule that delays this action to a later time. When null, the action
  • # runs immediately when reached.
  • schedule: ProcessNodeSchedule
  • }