|=== |Path|Type|Description |`+cron+` |`+Array+` |Cron tasks, if any. |`+cron.[].runnable.target+` |`+String+` |Target that will be executed. |`+cron.[].expression+` |`+String+` |Cron expression. |`+fixedDelay+` |`+Array+` |Fixed delay tasks, if any. |`+fixedDelay.[].runnable.target+` |`+String+` |Target that will be executed. |`+fixedDelay.[].initialDelay+` |`+Number+` |Delay, in milliseconds, before first execution. |`+fixedDelay.[].interval+` |`+Number+` |Interval, in milliseconds, between the end of the last execution and the start of the next. |`+fixedRate+` |`+Array+` |Fixed rate tasks, if any. |`+fixedRate.[].runnable.target+` |`+String+` |Target that will be executed. |`+fixedRate.[].interval+` |`+Number+` |Interval, in milliseconds, between the start of each execution. |`+fixedRate.[].initialDelay+` |`+Number+` |Delay, in milliseconds, before first execution. |`+custom+` |`+Array+` |Tasks with custom triggers, if any. |`+custom.[].runnable.target+` |`+String+` |Target that will be executed. |`+custom.[].trigger+` |`+String+` |Trigger for the task. |===