Business Calendar Plugin

Hi Stephen,

In your below post you mentioned about Conditional Business Schedules based on DMN

I have a BPMN that needs to be triggered at various schedules but with different parameters. I can use a DMN to resolve the parameters but how can I specify multiple start times on the same BPMN that do not have a pattern. For example

everyday at 9am → job1 → jobParameters1
weekday at 9am → job2 → jobParameters2
weekend at 9am → job3 → jobParameters3

Effectively you have 2 instances of the same BPMN executing with different parameters at 9am at a given day. How can I achieve this, my understanding is that with timer expressions you can launch only one instance for a resolved due date.

Thanks in advance.