| java.lang.Object org.emforge.jbpm.assigner.SwimlaneAssignmentHandler
SwimlaneAssignmentHandler | public class SwimlaneAssignmentHandler implements AssignmentHandler(Code) | | Swimlane Assigment Handler This task is responsible for assigning task to some swimlane. First of all it recognize
the name of swimlane it should assign task Then it will try to find variable 'AssignTo_SwimlaneName - this variable
probably was set in some previous assignment task If this variable found - so, somebody (manager?) already decided
who from this swimlane will do this task - and task automatically assigned to user, specified in this variable. If
such variable is not exists, or empty, task assigned to Role, specified in swimlane name
|
Method Summary | |
public void | assign(Assignable i_assignable, ExecutionContext i_executionContext) |
assign | public void assign(Assignable i_assignable, ExecutionContext i_executionContext) throws Exception(Code) | | Assigns task according to swimlane (non-Javadoc)
See Also: org.jbpm.taskmgmt.def.AssignmentHandler.assign(org.jbpm.taskmgmt.exe.Assignableorg.jbpm.graph.exe.ExecutionContext) |
|
|