Enabled, bypased & disabled jobs
Jobs in BeyondCron can be either enabled, bypassed or disabled.
Enabled
Enabled is the standard mode for active jobs. Enabled jobs are scheduled, and available to be triggered within a
job flow. Because these jobs are active they cannot be edited.
Enabled jobs are scheduled.
Success → success job flow with enabled jobs.
Success → error job flow with enabled jobs.
Error job flow with user executed enabled job, starts flow.
Enabled jobs cannot be edited.
Bypassed
Bypassed jobs, are jobs which are not scheduled, executed, or included in condition matching. However, if they are within a job flow, they will automatically be marked as success when triggered, and then trigger any following jobs. Unlike enabled jobs, bypassed jobs can be edited.
Bypassed jobs are not scheduled.
Success → success job flow with bypassed job.
Success → error job flow with bypassed job, stops flow.
Error job flow with user executed bypassed job, starts flow.
Bypassed jobs are editable.
Disabled
Disabled jobs, are not scheduled, or active. If they are part of a job flow, then the flow will stop when it reaches a disabled job, or they are included in condition matching. Whilst they can be executed, they do not generate triggers.
Disabled jobs are not scheduled.
Success → success job flow with disabled job, stops flow.
Success → error job flow with disabled job, stops flow.
Error job flow with user executed disabled job, stops flow.
Disabled jobs are editable.
Summary
Enabled | Bypassed | Disabled | |
---|---|---|---|
Editable | clear | check | check |
Executable | check | check | check |
Scheduled help | check | clear | clear |
Generates triggers help | check | check | clear |
Included in condition matching help | check | clear | check |