Class NestedMultiInstanceCompensationScenario
- java.lang.Object
-
- org.camunda.bpm.qa.upgrade.scenarios.compensation.NestedMultiInstanceCompensationScenario
-
public class NestedMultiInstanceCompensationScenario extends Object
- Author:
- Thorben Lindhauer
-
-
Constructor Summary
Constructors Constructor Description NestedMultiInstanceCompensationScenario()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
deployThrowInnerProcess()
static String
deployThrowOuterProcess()
static ScenarioSetup
instantitiateThrowCompensateAfterSubprocess()
static ScenarioSetup
instantitiateThrowCompensateInSubprocess()
-
-
-
Method Detail
-
deployThrowInnerProcess
public static String deployThrowInnerProcess()
-
deployThrowOuterProcess
public static String deployThrowOuterProcess()
-
instantitiateThrowCompensateInSubprocess
public static ScenarioSetup instantitiateThrowCompensateInSubprocess()
-
instantitiateThrowCompensateAfterSubprocess
public static ScenarioSetup instantitiateThrowCompensateAfterSubprocess()
-
-