[jboss-user] [jBPM] - JBPM 3 : How to assigning a group task to a specific user
leod leod
do-not-reply at jboss.com
Tue Jan 25 07:29:04 EST 2011
leod leod [http://community.jboss.org/people/leod38] created the discussion
"JBPM 3 : How to assigning a group task to a specific user"
To view the discussion, visit: http://community.jboss.org/message/583033#583033
--------------------------------------------------------------
Hello everybody,
I'm working with seam 2.1.2 and jbpm 3.2.7
Here it's my processDefinition.xml
<task-node name="step2">
<task name="step2" >
<assignment pooled-actors="David,Yvon"/>
</task>
<transition name="toStep3" to="step3" />
<transition name="cancel" to="error" />
</task-node>
I have a pooled-actors with two user David and Yvon
To display the task list I use : PooledtaskInstanceList (group task list)
When i am connected (Yvon) I see the task list
Now I want to know java code to assign this task to me (Yvon)
How do that ?
Thanks in advance
Yvon
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/583033#583033]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110125/91009c1d/attachment.html
More information about the jboss-user
mailing list