diff --git a/quartz-manager-frontend/src/app/components/simple-trigger-config/simple-trigger-config.component.html b/quartz-manager-frontend/src/app/components/simple-trigger-config/simple-trigger-config.component.html index 3be161b..fc9d603 100644 --- a/quartz-manager-frontend/src/app/components/simple-trigger-config/simple-trigger-config.component.html +++ b/quartz-manager-frontend/src/app/components/simple-trigger-config/simple-trigger-config.component.html @@ -100,18 +100,25 @@ > -
+
-
Misfire Policy
-
RESCHEDULE NEXT WITH REMAINING COUNT
-
- In case of misfire event, the trigger is re-scheduled to the next scheduled time after 'now' with the repeat count set to what it would be, if it had not missed any firings. -
- Warning: This policy could cause the Trigger to go directly to the 'COMPLETE' state if all fire-times where missed. -
+ + Misfire Instruction + + FIRE NOW + RESCHEDULE NOW WITH EXISTING REPEAT COUNT + RESCHEDULE NOW WITH REMAINING REPEAT COUNT + RESCHEDULE NEXT WITH REMAINING COUNT + RESCHEDULE NEXT WITH EXISTING COUNT + + +
-
+