BPM Scheduling

I have created a process model and a process instance. Is it possible to leverage CUBA scheduled Tasks to schedule that process to run on a schedule, e.g. on a daily basis? And if so, how?
Thanks.

Hi, Francis.
You will have to create a new process instance object for each process start. Create a new managed bean that will create a new process instance and start the process, then invoke the managed bean method with the CUBA scheduled task. Use ProcessRuntimeManagerBean.startProcess() to start the process.
See the example in the attached demo project.

sbpm.zip (133.2K)