Hi,
My problem is:
I have an application form (in jsp) and where ever it is submitted to the server, a new processInstance is generated.
After processInstance is generated, there are two tasks 1) Assignee to & 2) Cancellation of generated ProcessInstance.
I am using jbpm4.3 with tomcat 6.0 and Oracle as database
Based upon user type, his task list should show like:
If usertype is MEMBER then whenever he submits application, he should be able to cancel the generated ProcessInstance for his application. and at same time ADMIN user should get a task like Assignee to that application some body.
if User type is ADMIN then whenever he submits application, he should be able to cancel the generated ProcessInstance for his application. and at same time, he should get a task like Assignee to that application some body.
How to assignee this tasks?
i am able to perform only one thing i.e a user submits application, he is able to cancel the generated ProcessInstance for his application. but unable to assignee the task for Admin at the same time with name Assignee to
Can any provide me some pointers on how to proceed further in this problem.
Thanks in advance :)