org.jbpm.sim.action
Class StartTaskAndPlanCompletion

java.lang.Object
  extended by org.jbpm.graph.def.Action
      extended by org.jbpm.sim.action.StartTaskAndPlanCompletion
All Implemented Interfaces:
java.io.Serializable, ActionHandler, Parsable

public class StartTaskAndPlanCompletion
extends Action

The StartTaskAndPlanCompletion Action is added by the simulation to all TaskInstances as task-create event It starts the simulation stuff (acquiring resources, maybe queue up, schedule end of task, ...)

Author:
bernd.ruecker@camunda.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.graph.def.Action
actionDelegation, actionExpression, event, isAsync, isAsyncExclusive, isPropagationAllowed, name, processDefinition, referencedAction
 
Constructor Summary
StartTaskAndPlanCompletion()
           
 
Method Summary
 void execute(ExecutionContext executionContext)
           
 
Methods inherited from class org.jbpm.graph.def.Action
acceptsPropagatedEvents, equals, getActionDelegation, getActionExpression, getEvent, getId, getName, getProcessDefinition, getReferencedAction, hashCode, isAsync, isAsyncExclusive, isPropagationAllowed, read, setActionDelegation, setActionExpression, setAsync, setAsyncExclusive, setEvent, setName, setProcessDefinition, setPropagationAllowed, setReferencedAction, toString, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartTaskAndPlanCompletion

public StartTaskAndPlanCompletion()
Method Detail

execute

public void execute(ExecutionContext executionContext)
             throws java.lang.Exception
Specified by:
execute in interface ActionHandler
Overrides:
execute in class Action
Throws:
java.lang.Exception


Copyright © 2010 JBoss Community. All Rights Reserved.