public interface IStepHandler
Modifier and Type | Field and Description |
---|---|
static String |
STEP_HANDLER
The step handler identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
step(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
Object event)
Make a process step, i.e. find the next edge or activity for a just executed thread.
|
static final String STEP_HANDLER
void step(MActivity activity, BpmnInterpreter instance, ProcessThread thread, Object event)
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.Copyright © 2012. All Rights Reserved.