Class DefaultPlanRunner

java.lang.Object
step.core.plans.runner.DefaultPlanRunner
All Implemented Interfaces:
PlanRunner
Direct Known Subclasses:
LocalPlanRunner

public class DefaultPlanRunner extends Object implements PlanRunner
Deprecated.
Use ExecutionEngine instead
A simple runner that runs plans locally and doesn't support functions
Author:
Jérôme Comte
  • Field Details

  • Constructor Details

    • DefaultPlanRunner

      public DefaultPlanRunner()
      Deprecated.
    • DefaultPlanRunner

      public DefaultPlanRunner(Map<String,String> properties)
      Deprecated.
  • Method Details

    • run

      public PlanRunnerResult run(Plan plan)
      Deprecated.
      Description copied from interface: PlanRunner
      Runs a plan instance
      Specified by:
      run in interface PlanRunner
      Parameters:
      plan - the plan to be run
      Returns:
      an handle to the execution result
    • run

      public PlanRunnerResult run(Plan plan, Map<String,String> executionParameters)
      Deprecated.
      Description copied from interface: PlanRunner
      Runs a plan instance using the provided execution parameters
      Specified by:
      run in interface PlanRunner
      Parameters:
      plan - the plan to be run
      executionParameters - the execution parameters to be used for the execution. These parameters are equivalent to the parameters selected on the execution screen of the STEP UI
      Returns:
      an handle to the execution result