Waiting for all 300 workflows to start ...

cancel
Showing results for 
Search instead for 
Did you mean: 
mannavarapu
Member II

Waiting for all 300 workflows to start ...

Hello All,

We are developing a permission Management system, where  a user selects different permissions he needs and submits the request.Each Permission will be having a defined workflow process.

 The user can select 300 permissions and submit the request, then system should start 300 workflows because each permission has a different business process.

My question: Once the user selects the 300 permissions and clicks on Submit, We don't want the user keep waiting till all the 300 workflows are started.The start process should be in the back ground.

Could you please let me know how to proceed on this?

1 Reply
cjose
Senior Member II

Re: Waiting for all 300 workflows to start ...

Do you have a bpmn diagram of your process which you can share? Without seeing the process, here is something I can think of. Make the next bpmn task after user submit asynchronous. For more details on Async continuation please refer to Activiti User Guide 

Ciju