Interface IStepHandler

All Known Implementing Classes:
DefaultStepHandler, EventMultipleStepHandler

public interface IStepHandler
Handles the transition of steps.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The step handler identifier.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    step(MActivity activity, jadex.core.IComponent instance, ProcessThread thread, Object event)
    Make a process step, i.e.
  • Field Details

  • Method Details

    • step

      void step(MActivity activity, jadex.core.IComponent instance, ProcessThread thread, Object event)
      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.