org.jbpm.sim.jpdl
Interface SimulationHandler
public interface SimulationHandler
If an ActionHandler implements this interface, this method is executed instead
of the ActionHandler.execute method.
Please note: Even if a action is not configured with 'simulation=skip',
the simExecute method is executed, if your ActionHandler implements the
this interface.
- Author:
- bernd.ruecker@camunda.com
simExecute
void simExecute(ExecutionContext executionContext)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.