Interface PlanRunner

    • Method Detail

      • run

        PlanRunnerResult run​(Plan plan)
        Runs a plan instance
        Parameters:
        plan - the plan to be run
        Returns:
        an handle to the execution result
      • run

        PlanRunnerResult run​(Plan plan,
                             java.util.Map<java.lang.String,​java.lang.String> executionParameters)
        Runs a plan instance using the provided execution parameters
        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