The previous section defines a Schedulable component that schedules a task to print Hello to the console. To schedule this task, the component needs to be configured with two properties:
schedulerpoints to a Scheduler such as the standard Dynamo Scheduler.schedulepoints to the standard Dynamo Scheduler. Thescheduleproperty can be set in a wide variety of formats, which Dynamo interprets through thePropertyEditorthat is defined for theScheduletype. For more information on format options, see the next section, Schedule Settings.
For example:
scheduler=/atg/dynamo/service/Scheduler
schedule=every 10 seconds

