Instance methods
DynamicTrigger: register() instance method
Use this method to register a new configuration with the DynamicTrigger.
Parameters
The id of the registration. The identifier you use will be available in the context.source.id
when the Job runs. It will also be used to unregister.
The shape of this object will depend on the type of event you set when constructing the
DynamicTrigger
.
Returns
The id of the schedule that was registered.
Was this page helpful?