Class ProcessEngineAwareStep
java.lang.Object
org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
- All Implemented Interfaces:
PerfTestStepBehavior
- Direct Known Subclasses:
CompleteTaskStep
,CorrelateMessageStep
,EvaluateDecisionTableStep
,MetricIntervalStep
,MetricSumStep
,SignalExecutionStep
,StartProcessInstanceByMessageStep
,StartProcessInstanceStep
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected ProcessEngine
protected RepositoryService
protected RuntimeService
protected TaskService
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.qa.performance.engine.framework.PerfTestStepBehavior
execute
-
Field Details
-
processEngine
-
runtimeService
-
taskService
-
repositoryService
-
-
Constructor Details
-
ProcessEngineAwareStep
-