Interface ProcessRunner.ExecutableRunner

    • Method Detail

      • engine

        ProcessRunner.ExecutableRunner engine​(org.camunda.bpm.engine.ProcessEngine processEngine)
        Provide a custom process engine to the scenario run. You just need to call it in case you ramp up more than one process engine during your tests.
        Parameters:
        processEngine - to be used by the scenario run
      • execute

        Scenario execute()
        Execute the fully defined scenario run.
        Returns:
        an executed scenario
      • run

        ProcessRunner.StartableRunner run​(ProcessScenario scenario)
        Run another new process instance by means of the scenario interface provided as parameter. .
        Parameters:
        scenario - interface to be used for running the process instance