Class ProcessWithExternalTaskScenario
java.lang.Object
org.camunda.bpm.qa.rolling.update.scenarios.externalTask.ProcessWithExternalTaskScenario
- Author:
- Christopher Zell <christopher.zell@camunda.com>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
deploy
(ProcessEngine engine, String topicName) Deploy a process model, which contains an external task.static ScenarioSetup
static ScenarioSetup
-
Field Details
-
PROCESS_DEF_KEY
- See Also:
-
EXTERNAL_TASK
- See Also:
-
EXTERNAL_TASK_TYPE
- See Also:
-
LOCK_TIME
public static final long LOCK_TIME- See Also:
-
-
Constructor Details
-
ProcessWithExternalTaskScenario
public ProcessWithExternalTaskScenario()
-
-
Method Details
-
deploy
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
-
startProcessWithFetch
-