How to work with more than one bpmn files at a time

Hi team,

How to work with more than one bpmn files at a time based on the flow…
If case 1 met the condition it should call bpmn1
else it should call bpmn2

thanks
rk.

Hey @Ramakrishna

could you elaborate or refine your post, please?
To me it is not really clear what your problem is.

My current assumption is that you want to call different process models from a higher model based on a decision, which was made based on given data. I think what do you want to achieve can be done via a exclusive gateway and call activities.

Check the docs for further information:

Greets
Chris

1 Like

Hi @Zelldon,
Below one is my requirement…

i want to implement job scheduler in my spring boot application with bpm workflow.

i have morning jobs , evening jobs , night jobs and weekly jobs
Few jobs are independent jobs and some jobs are parent-child jobs(dependent jobs)

First parent jobs should complete then only dependent child job will start.

If i enter any new job entry in db table then it should pick and create a new job , decide which bpm is suitable for it and execute.

i want to use different bpm files to avoid complexity,confusion
Please help me how to proceed above requirement with different bpm files

thanks
rk

Hey @Ramakrishna

please check the documentation I posted there you will find the answers you’re looking for.

Greets
Chris

1 Like