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(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
Object event)
Make a process step, i.e.
|
static final String STEP_HANDLER
void step(jadex.bpmn.model.MActivity activity, BpmnInterpreter instance, ProcessThread thread, Object event)
activity - The activity to execute.instance - The process instance.thread - The process thread.Copyright © 2015. All Rights Reserved.