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
public abstract class ProcessEngineAwareStep extends Object implements PerfTestStepBehavior
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngine
processEngine
protected RepositoryService
repositoryService
protected RuntimeService
runtimeService
protected TaskService
taskService
-
Constructor Summary
Constructors Constructor Description ProcessEngineAwareStep(ProcessEngine processEngine)
-
-
-
Field Detail
-
processEngine
protected ProcessEngine processEngine
-
runtimeService
protected RuntimeService runtimeService
-
taskService
protected TaskService taskService
-
repositoryService
protected RepositoryService repositoryService
-
-
Constructor Detail
-
ProcessEngineAwareStep
public ProcessEngineAwareStep(ProcessEngine processEngine)
-
-