public class DefaultStepHandler extends Object implements IStepHandler
STEP_HANDLER| Constructor and Description |
|---|
DefaultStepHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
step(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
Object event)
Make a process step, i.e.
|
public void step(jadex.bpmn.model.MActivity activity, BpmnInterpreter instance, ProcessThread thread, Object event)
step in interface IStepHandleractivity - The activity to execute.instance - The process instance.thread - The process thread.Copyright © 2015. All Rights Reserved.