Use case: Action Plan workflow
The following is an example of steering calendar use case with an Action Plan workflow.
1. The Workflow transition (i.e.: "To be be started" workflow status - "In progress" workflow status) launches the parameterization macro.
2. The parameterization macro records the trigger from the Steering date configuration (Scheduling tab).
3. The parameterization macro retrieves the current object and the steering dates.
Parameterization macro: Steering Calendar - Parameterization Scheduler
Signature: Sub SubscribeSchedulerJobs(currentObject As MegaObject)
4. The trigger launches the job macro.
Job macro: Steering Calendar - Emailing SchedulerJob
Signature: RunScheduledJob(mgobjJob As MegaObject, objJobResult As Object)