Class StartProcessInstanceByMessageStep
java.lang.Object
org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
org.camunda.bpm.qa.performance.engine.steps.StartProcessInstanceByMessageStep
- 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
ConstructorDescriptionStartProcessInstanceByMessageStep
(ProcessEngine processEngine, String message) StartProcessInstanceByMessageStep
(ProcessEngine processEngine, String message, Map<String, Object> processVariables) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(PerfTestRunContext context) Execute the step logic.
-
Field Details
-
message
-
processVariables
-
-
Constructor Details
-
StartProcessInstanceByMessageStep
-
StartProcessInstanceByMessageStep
public StartProcessInstanceByMessageStep(ProcessEngine processEngine, String message, Map<String, Object> processVariables)
-
-
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
-