Activiti receive task and parallel execution

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

Activiti receive task and parallel execution

Hi,

In our work flow process, we have functionality where work flow currently in any step moves back to the first step. This is triggered by the system based on certain conditions and we use receive task to perform this.

We can have a bunch of work flows at any time which need to be moved back to the first step. Currently it does this by taking the execution id and taskid one at a time. 

We want to know if there is a way by which I give a bunch of execution id's and taskid to receive task in a single thread. Can I do a bunch of receive tasks in parallel?  Please advise.

1 Reply
cjose
Senior Member II

Re: Activiti receive task and parallel execution

Can you explain the scenario with examples? You can configure parallel multi-instance receive tasks in a process, however I don't think that is what you are after.

Ciju