[jboss-user] [JBoss jBPM] - Re: Assign a generic sub-process task in the parent process?

2007-04-23 Thread avbentem
The only option that seems doable is | | | | : | So, I've issued a feature request to allow for setting Actor or Swimlane on process level: JBPM-955. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039726#4039726 Reply to

[jboss-user] [JBoss jBPM] - Re: Assign a generic sub-process task in the parent process?

2007-03-29 Thread avbentem
"kukeltje" wrote : Additional info reagarding the assignment in swimlanes Thanks! But so far no luck setting the swimlane to start with; no matter where I try to get my event handler invoked, the injected TaskInstance is always null when invoked from a parent process. For example: | :

[jboss-user] [JBoss jBPM] - Re: Assign a generic sub-process task in the parent process?

2007-03-29 Thread kukeltje
Additional info reagarding the assignment in swimlanes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032745#4032745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032745 ___

[jboss-user] [JBoss jBPM] - Re: Assign a generic sub-process task in the parent process?

2007-03-29 Thread avbentem
I guess I could use TaskInstance#setSwimlaneInstance to change the swimlane on the fly. The documentation states that the actor is "remembered in the process for all subsequent tasks that are in the same swimlane". I hope this also applies to sub-processes. If so, then I can set a specific Acto

[jboss-user] [JBoss jBPM] - Re: Assign a generic sub-process task in the parent process?

2007-03-27 Thread kukeltje
we did it like in the second solution (not using seam yet). So not sure there is a better way. We don't have many problems with this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032068#4032068 Reply to the post : http://www.jboss.com/index.html?module=bb