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
public class SignalExecutionStep extends ProcessEngineAwareStep
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected String
executionIdVariableName
-
Fields inherited from class org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
processEngine, repositoryService, runtimeService, taskService
-
-
Constructor Summary
Constructors Constructor Description SignalExecutionStep(ProcessEngine processEngine, String executionIdVariableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(PerfTestRunContext context)
Execute the step logic.
-
-
-
Field Detail
-
executionIdVariableName
protected String executionIdVariableName
-
-
Constructor Detail
-
SignalExecutionStep
public SignalExecutionStep(ProcessEngine processEngine, String executionIdVariableName)
-
-
Method Detail
-
execute
public void execute(PerfTestRunContext context)
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
-
-