Class ScenarioImpl

    • Method Detail

      • execute

        protected Scenario execute()
      • instance

        public org.camunda.bpm.engine.runtime.ProcessInstance instance​(ProcessScenario scenario)
        Description copied from class: Scenario
        Retrieve the process instance run by the scenario provided as parameter.
        Specified by:
        instance in class Scenario
        Parameters:
        scenario - for which the process instance should be delivered
        Returns:
        the process instance run by that scenario.
      • instances

        public List<org.camunda.bpm.engine.runtime.ProcessInstance> instances​(ProcessScenario scenario)
        Description copied from class: Scenario
        Retrieve the process instances run by the scenario provided as parameter.
        Specified by:
        instances in class Scenario
        Parameters:
        scenario - for which the process instances should be delivered
        Returns:
        the process instances run by that scenario in the order in which they were added to the scenario during the scenario runtime.
      • init

        protected void init()
      • init

        protected void init​(org.camunda.bpm.engine.ProcessEngine processEngine)
      • cleanup

        protected void cleanup()