[jbpm-users] [JBoss jBPM] - Cange swimlane at runtime
pgros
do-not-reply at jboss.com
Tue Dec 2 08:25:48 EST 2008
Is it possible to change the swimlane or asignment of a task in a ProcessInstance, when the tasknode is not reached yet?
apparently the asignment is appointed when the process leaves the start-state and can not be changed later
even if i use a process variable:
| <task name="Execute">
| <assignment actor-id="#{SWIMLANE}"></assignment>
| </task>
|
the processvariable seems to be read when the process leaves the start-state so it doeasn't matter if i change it later, the asignment will be to the actor which was set when leaving the start state
any ideas ? the problem is that the point when i want to change the asigned-actor before reaching the task-node so there isn't a taskinstance yet
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193730#4193730
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193730
More information about the jbpm-users
mailing list