Class ProcessWithAsyncServiceTaskScenario
- java.lang.Object
-
- org.camunda.bpm.qa.rolling.update.scenarios.task.ProcessWithAsyncServiceTaskScenario
-
public class ProcessWithAsyncServiceTaskScenario extends java.lang.Object
- Author:
- Christopher Zell
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROCESS_DEF_KEY
-
Constructor Summary
Constructors Constructor Description ProcessWithAsyncServiceTaskScenario()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
deploy()
static ScenarioSetup
startProcess()
-
-
-
Field Detail
-
PROCESS_DEF_KEY
public static final java.lang.String PROCESS_DEF_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
deploy
public static java.lang.String deploy()
-
startProcess
public static ScenarioSetup startProcess()
-
-