Class ProcessWithExternalTaskScenario

java.lang.Object
org.camunda.bpm.qa.rolling.update.scenarios.externalTask.ProcessWithExternalTaskScenario

public class ProcessWithExternalTaskScenario extends Object
Author:
Christopher Zell <christopher.zell@camunda.com>
  • Field Details

  • Constructor Details

    • ProcessWithExternalTaskScenario

      public ProcessWithExternalTaskScenario()
  • Method Details

    • deploy

      public static void deploy(ProcessEngine engine, String topicName)
      Deploy a process model, which contains an external task. The topic is given via parameter so the test cases are independent.
      Parameters:
      engine - the engine which is used to deploy the instance
      topicName - the topic name for the external task
    • startProcess

      public static ScenarioSetup startProcess()
    • startProcessWithFetch

      public static ScenarioSetup startProcessWithFetch()