Trigger Help
Processor arguments are:
- type - can be "periodic", "on-load"
- start - starting data and time
- period - frequency to run the trigger at
- action - action to take when the trigger is met
- allowed actions are:
- load item_ref
- allowed actions are:
Example usage:
{{{#!Trigger
type=periodic
period=daily
start=5:00
action=load SnapshotPage:SnapshotStockQuote
}} }