Is it possible to unsend/cancel any the following events
CHK_MAX_ALARM - Verifies that a job completes within the time limit specified in the job definition. The scheduler internally generates this event for all jobs with maxi-
CHK_BOX_TERM - Verifies that a box completes within the time limit specified in the term_run_time attribute. The scheduler internally generates this event for all box
CHK_COMPLETE - Verifies that the job completes by the time specified in the job definition. The application server internally generates this event for all jobs with must
CHK_RUN_WINDOW - Verifies that a job runs within the time frame specified in the run_window attribute. The application server internally generates this event for all jobs
CHK_START - Verifies that the job starts by the time specified in the job definition. The application server internally generates this event for all jobs with times spec-
CHK_TERM_RUNTIME - Verifies that a job runs within the time limit specified in the term_run_time attribute of the job definition. If a job's run time exceeds the speci-
Release : 11.3.6 12.0 12.0 SP1 and 12.1
Component : CA Workload Automation AE (AutoSys)
The below cannot be unsent or cancelled because none of them can be sent manually.
CHK_MAX_ALARM
CHK_BOX_TERM
CHK_COMPLETE
CHK_RUN_WINDOW
CHK_START
CHK_TERM_RUNTIME
Example when one tries to manually send these types of events.
sendevent -E CHK_BOX_TERM -T "01/12/2021 12:00" -J job1
CAUAJM_E_60351 Cannot send CHK_BOX_TERM event manually
$ sendevent -E CHK_BOX_TERM -U -J bogus
CAUAJM_E_60351 Cannot send CHK_BOX_TERM event manually
$ sendevent -E CHK_MAX_ALARM -U -J bogus
CAUAJM_E_60351 Cannot send CHK_MAX_ALARM event manually