XML Configuration Reference : Misc : CronTriggerConfig
 
CronTriggerConfig
com.exalead.mercury.mami.master.v10.CronTriggerConfig
Cron based trigger <p /> The following values for {@link misfireInstruction} are available:
do_nothing: nothing is done when a trigger has been misfired.
fire_once_now: the trigger is immediately executed when it has been misfired.
<p /> If {@link misfireInstruction} is set to null, when the trigger couldn't be fired, the following scheme applies:
The instruction will be interpreted as fire_once_now.
Parent elements:
com.exalead.mercury.mami.master.v10.TriggerConfigGroup (as TriggerConfigGroup)
Attributes:
Name
Type
Default value
Description
name
string
Name of the trigger.
startTime
long
Start date for this trigger.
endTime
long
End date for this trigger.
jobGroupName
string
Job group for this trigger.
jobName
string
Job name for this trigger.
calendarName
string
Optional calendar name for this trigger (to exclude blocks of time), only applies to simple triggers
misfireInstruction
string
Action to execute when the trigger couldn't be fired. @refer to each trigger documentation for available misfire instructions.
cronExpression
string
Cron expression.