Package jadex.bpmn.runtime
Interface IStepHandler
- All Known Implementing Classes:
DefaultStepHandler
,EventMultipleStepHandler
public interface IStepHandler
Handles the transition of steps.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
step
(MActivity activity, jadex.core.IComponent instance, ProcessThread thread, Object event) Make a process step, i.e.
-
Field Details
-
STEP_HANDLER
The step handler identifier.- See Also:
-
-
Method Details
-
step
Make a process step, i.e. find the next edge or activity for a just executed thread.- Parameters:
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.
-