Class SignalExecutionStep
java.lang.Object
org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
org.camunda.bpm.qa.performance.engine.steps.SignalExecutionStep
- All Implemented Interfaces:
PerfTestStepBehavior
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
processEngine, repositoryService, runtimeService, taskService
-
Constructor Summary
ConstructorDescriptionSignalExecutionStep
(ProcessEngine processEngine, String executionIdVariableName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(PerfTestRunContext context) Execute the step logic.
-
Field Details
-
executionIdVariableName
-
-
Constructor Details
-
SignalExecutionStep
-
-
Method Details
-
execute
Description copied from interface:PerfTestStepBehavior
Execute the step logic. Implementations must be stateless and pass all data from one step to the other using thePerfTestRunContext
- Parameters:
context
- the current run
-