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 BpmnModelInstanceEXT_TASK_MODELprotected static longLOCK_TIMEprotected static java.lang.StringPROCESS_DEFINITION_KEYprotected static java.lang.StringTOPIC_NAMEprotected static java.lang.StringWORKER_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 ScenarioSetupinitExternalTaskLockExpTime()-
Methods inherited from class org.camunda.bpm.qa.upgrade.timestamp.AbstractTimestampMigrationScenario
deployModel
-
-
-
-
Field Detail
-
TOPIC_NAME
protected static final java.lang.String TOPIC_NAME
- See Also:
- Constant Field Values
-
WORKER_ID
protected static final java.lang.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 java.lang.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()
-
-