ENUM
JobTypeAction
The action taken on a job completion or failure.
link GraphQL Schema definition
- enum JobTypeAction {
- # Create new ticket
- # Update linked ticket, create new ticket if no ticket linked
- # None
- }
link Require by
- CompanyA company you do business as.
- ContractTemplateA contract template.
- CreateJobTypeMutationInputThe input object that defines the fields for the createJobType mutation.
- JobA job, typically in the field.
- JobTypeThe type of a `Job`.
- Querynull
- ScheduleAvailabilityAvailability for `Job`s to be scheduled.
- ServiceA service.
- TaskTemplateA `task template`.
- TriggeredEmailAn `Email` that is sent when a particular event occurs.
- TriggeredMessageA message that is sent when a specific event occurs.
- UpdateJobTypeMutationInputThe input object that defines the fields for the updateJobType mutation.