[jboss-dev-forums] [Design of JBoss jBPM] - Regarding Swimlanes

jagadeeshrao do-not-reply at jboss.com
Fri Sep 29 03:03:02 EDT 2006


Hi,

I am working with Swimlanes.
But, I am assigning actors as static values. Please refer below code. I want to send users at runtime. 

**** ProcessDefinition.xml ****


swimlane name="Clerk"  ---- I am assigning Actors like this 
   
swimlane name="Manager"
   assignment expression="user(xxx)"
swimlane
swimlane name="CheckPending"
    assignment expression="user(yyy)"
swimlane

*******************

My requirement is, 

I have different Groups. In those Groups, I have two categoies of users. For example Manager and Clerk. 

Clerk should complete a taks and sends to Manager for approval.Manager should approve that task.

In this case , I may have number of Clerks and Managers. Depends on their login, My processdefinition should consider their loginID as ActorID. Please guide me. How to send ActorID dynamically.

Thanks in advance for your help.

Jagadeesh

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975074#3975074

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975074



More information about the jboss-dev-forums mailing list