public class DefaultStepHandler extends Object implements IStepHandler
STEP_HANDLER
Constructor and Description |
---|
DefaultStepHandler() |
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.
|
public void step(MActivity activity, BpmnInterpreter instance, ProcessThread thread, Object event)
step
in interface IStepHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.Copyright © 2012. All Rights Reserved.