cancel
Showing results for 
Search instead for 
Did you mean: 

Implementation

noor_bpm
Champ in-the-making
Champ in-the-making
Hi
I have some clarifications on process diagram. created small BPM process having Start -> ServiceTask -> User Task (Multiple instances) ->End, my clarifications how to start multiple user task once service taks is completed
In Service Task calling one Java class and returns some tasks more than 1 depends on the tasks no.of i want to create User tasks so could you please let me know how to do this
Thanks
Noor
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
I don't really understand what you are trying to do/say. Could you elaborate a bit more?

noor_bpm
Champ in-the-making
Champ in-the-making
Thanks for the reply
The sample process needs to create multiple user tasks depends on the return value from service task, for example service task calls web services and it returns the mutilple tasks like Expanded Task,Flash Task,OPM task   depends on return value we need to create that many users taks  and each task belongs one GUI

Start event -> Service task->User task (Multiple Instance) -> End Event

Thanks
Noor

jbarrez
Star Contributor
Star Contributor
You hint at it yourself, use a multi instance task for that.