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