org.mule.transport.bpm.jbpm.actions
Class Continue

java.lang.Object
  extended by org.mule.transport.bpm.jbpm.actions.Continue
All Implemented Interfaces:
Serializable, org.jbpm.graph.def.ActionHandler

public class Continue
extends Object
implements org.jbpm.graph.def.ActionHandler

Simply continues the process execution (moves on to the next state).

See Also:
Serialized Form

Constructor Summary
Continue()
           
 
Method Summary
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Continue

public Continue()
Method Detail

execute

public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
             throws Exception
Specified by:
execute in interface org.jbpm.graph.def.ActionHandler
Throws:
Exception


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.