[jboss-user] [JBoss jBPM] - Re: Assign Task - 2 users

2006-11-08 Thread coolfish007
# # # # # # # # # # public class CreateTaskInstance implements ActionHandler { # # private static final long serialVersionUID = 1L; # # public void execute(ExecutionContext executionC

[jboss-user] [JBoss jBPM] - Re: Assign Task - 2 users

2006-09-06 Thread falazar
Did we have any further answers on this? Is there a nice simepl front-end way to do this? James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969762#3969762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969762

[jboss-user] [JBoss jBPM] - Re: Assign Task - 2 users

2006-08-07 Thread tmarafon
I know it works... what i was trying to do is a way that an user could change the pooled actors by himself, without coding an assignment class... If the pooled actors were in the swimlane definition, then I could make a GUI to add or remove actors easily, simply editing the XML View the original

[jboss-user] [JBoss jBPM] - Re: Assign Task - 2 users

2006-08-04 Thread jainer
| | | | | | ... | | package com.factura.handler; | | | import org.jbpm.graph.exe.ExecutionContext; | import org.jbpm.taskmgmt.def.AssignmentHandler; | import org.jbpm.taskmgmt.exe.Assignable; | | public class Asigna implements AssignmentHa

[jboss-user] [JBoss jBPM] - Re: Assign Task - 2 users

2006-08-04 Thread tmarafon
If I want to assign a task for only 2 people, do I have to create a group for them? Do I need to create an Assignment class for this?? Isn't there an easier way like: | | | or | | Using something like this, would become easier to create an GUI to edit task assign