Class ExternalTaskLockExpTimeScenario
- java.lang.Object
-
- org.camunda.bpm.qa.upgrade.timestamp.AbstractTimestampMigrationScenario
-
- org.camunda.bpm.qa.upgrade.timestamp.ExternalTaskLockExpTimeScenario
-
public class ExternalTaskLockExpTimeScenario extends AbstractTimestampMigrationScenario
- Author:
- Nikola Koevski
-
-
Field Summary
Fields Modifier and Type Field Description protected static BpmnModelInstance
EXT_TASK_MODEL
protected static long
LOCK_TIME
protected static String
PROCESS_DEFINITION_KEY
protected static String
TOPIC_NAME
protected static String
WORKER_ID
-
Fields inherited from class org.camunda.bpm.qa.upgrade.timestamp.AbstractTimestampMigrationScenario
TIME, TIMESTAMP
-
-
Constructor Summary
Constructors Constructor Description ExternalTaskLockExpTimeScenario()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScenarioSetup
initExternalTaskLockExpTime()
-
Methods inherited from class org.camunda.bpm.qa.upgrade.timestamp.AbstractTimestampMigrationScenario
deployModel
-
-
-
-
Field Detail
-
TOPIC_NAME
protected static final String TOPIC_NAME
- See Also:
- Constant Field Values
-
WORKER_ID
protected static final String WORKER_ID
- See Also:
- Constant Field Values
-
LOCK_TIME
protected static final long LOCK_TIME
- See Also:
- Constant Field Values
-
PROCESS_DEFINITION_KEY
protected static final String PROCESS_DEFINITION_KEY
- See Also:
- Constant Field Values
-
EXT_TASK_MODEL
protected static final BpmnModelInstance EXT_TASK_MODEL
-
-
Method Detail
-
initExternalTaskLockExpTime
public static ScenarioSetup initExternalTaskLockExpTime()
-
-