Hi All,
I want to create task through java code so can anybody help with this problem ?
Thanks
Akhilesh
Hi All,
I want to create task through java code so can anybody help with this problem ?
Thanks
Akhilesh
Hi,
I think that the best is not using a multiinstance task in your case but you rather use 3 call activities . These call activities will point to a process containing a single task which will use a different actor (or actor filter) on each of them using a variable transmitted from parent process.
regards,
Hello, could you please give us some details about the kind of task you would like to create, and why you need to do it with java ? E.G: are you trying to create a process with another tool than Bonita Studio ?
Hi
Thanks for your response.
Use Case
once tech1 completes his task and submits the form i want to assign same task to tech2.
So i wanted to know is their a way so that i can create instance of the task and assign it to some technician ?
Thanks
Akhilesh
you can use multi instanciated tasks for that in Bonita BPM, and actor filters to assign tasks to the good technician. I think there are different ways to design your process (with or without sub process, etc.), but I am not skilled enough to provide you with details.