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
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