As shown in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72818 

It is easy to use the delegation mechanism in Jbpm 3.0 to code our own 
AssignmentHandler :

public class MyAssignmentClass implements AssignmentHandler {
  | ...
  |     String myFieldA;
  |     String myFieldB;
  | ...
  | 
  |     public void assign(Assignable assignable, ExecutionContext 
executionContext) {
  | ...
  |     }

But does anyone have a sample of the code in assign(..) method ?
As for my problem, I would like to return a new group built from two real 
groups from the database. So that all the actor in the two groups can run the 
task calling the handler.
Thank you ...


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to