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