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