Class ProcessWithExternalTaskScenario
- java.lang.Object
-
- org.camunda.bpm.qa.rolling.update.scenarios.externalTask.ProcessWithExternalTaskScenario
-
public class ProcessWithExternalTaskScenario extends Object
- Author:
- Christopher Zell
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXTERNAL_TASK
static String
EXTERNAL_TASK_TYPE
static long
LOCK_TIME
static String
PROCESS_DEF_KEY
-
Constructor Summary
Constructors Constructor Description ProcessWithExternalTaskScenario()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
deploy(ProcessEngine engine, String topicName)
Deploy a process model, which contains an external task.static ScenarioSetup
startProcess()
static ScenarioSetup
startProcessWithFetch()
-
-
-
Field Detail
-
PROCESS_DEF_KEY
public static final String PROCESS_DEF_KEY
- See Also:
- Constant Field Values
-
EXTERNAL_TASK
public static final String EXTERNAL_TASK
- See Also:
- Constant Field Values
-
EXTERNAL_TASK_TYPE
public static final String EXTERNAL_TASK_TYPE
- See Also:
- Constant Field Values
-
LOCK_TIME
public static final long LOCK_TIME
- See Also:
- Constant Field Values
-
-
Method Detail
-
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 instancetopicName
- the topic name for the external task
-
startProcess
public static ScenarioSetup startProcess()
-
startProcessWithFetch
public static ScenarioSetup startProcessWithFetch()
-
-