This is what i'm trying:
The process starts by assigning a task to a particular actor(in this case it is ADMIN).
Now based on the business logic the ADMIN may require approval from one or more
actors(here it is PROJECTLEADS).
So a single task for the ADMIN has to be split into multiple tasks and assigned to LEADS.
My exact problem statement goes like this:
A user can request for one or more projects when he registers. This request is assigned to
the ADMIN as a single task. The ADMIN has to assign the task to the LEADS of these
projects. There can be multiple LEADS for each project. So Project1 should be assigned to
concerned LEADS and Project2 to its concerned LEADS and so on.
This may sound wierd as i'm trying to use the features of jBPM.
How can i model the process-definition?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046711#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...