Class PerfTestConstants
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.steps.PerfTestConstants
-
public final class PerfTestConstants extends Object
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXECUTION_ID
static String
PROCESS_INSTANCE_ID
static String
RUN_ID
static String
TASK_ID
static String
VARIABLE1
static String
VARIABLE10
static String
VARIABLE2
static String
VARIABLE3
static String
VARIABLE4
static String
VARIABLE5
static String
VARIABLE6
static String
VARIABLE7
static String
VARIABLE8
static String
VARIABLE9
-
-
-
Field Detail
-
RUN_ID
public static final String RUN_ID
- See Also:
- Constant Field Values
-
PROCESS_INSTANCE_ID
public static final String PROCESS_INSTANCE_ID
- See Also:
- Constant Field Values
-
EXECUTION_ID
public static final String EXECUTION_ID
- See Also:
- Constant Field Values
-
TASK_ID
public static final String TASK_ID
- See Also:
- Constant Field Values
-
VARIABLE1
public static final String VARIABLE1
- See Also:
- Constant Field Values
-
VARIABLE2
public static final String VARIABLE2
- See Also:
- Constant Field Values
-
VARIABLE3
public static final String VARIABLE3
- See Also:
- Constant Field Values
-
VARIABLE4
public static final String VARIABLE4
- See Also:
- Constant Field Values
-
VARIABLE5
public static final String VARIABLE5
- See Also:
- Constant Field Values
-
VARIABLE6
public static final String VARIABLE6
- See Also:
- Constant Field Values
-
VARIABLE7
public static final String VARIABLE7
- See Also:
- Constant Field Values
-
VARIABLE8
public static final String VARIABLE8
- See Also:
- Constant Field Values
-
VARIABLE9
public static final String VARIABLE9
- See Also:
- Constant Field Values
-
VARIABLE10
public static final String VARIABLE10
- See Also:
- Constant Field Values
-
-