Class ProcessWithExternalTaskScenario


  • public class ProcessWithExternalTaskScenario
    extends java.lang.Object
    Author:
    Christopher Zell
    • Constructor Detail

      • ProcessWithExternalTaskScenario

        public ProcessWithExternalTaskScenario()
    • Method Detail

      • deploy

        public static void deploy​(ProcessEngine engine,
                                  java.lang.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
      • startProcessWithFetch

        public static ScenarioSetup startProcessWithFetch()