OBJECT
ProcessScheduleTrigger
link GraphQL Schema definition
- type ProcessScheduleTrigger implements ScheduleInterface {
- # Date and time the schedule runs once. Set for a one-time schedule; left empty
- # for recurring schedules that use the time-of-day and day fields instead.
- : DateTime
- # 0 - 1439
- : Int
- # 1 = Monday, 7 = Sunday
- : [Int!]
- # 1 - 31
- : [Int!]
- # Type of record whose changes start this process, such as Lead, Opportunity,
- # Account or Contact.
- : EntityNameEnum!
- # API name of the custom entity that starts this process. Set only when the
- # trigger entity type is a custom entity.
- : String
- }