Class CompleteTaskStep
- java.lang.Object
 - 
- org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
 - 
- org.camunda.bpm.qa.performance.engine.steps.CompleteTaskStep
 
 
 
- 
- All Implemented Interfaces:
 PerfTestStepBehavior
public class CompleteTaskStep extends ProcessEngineAwareStep
- Author:
 - Daniel Meyer, Ingo Richtsmeier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected StringtaskIdKey- 
Fields inherited from class org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
processEngine, repositoryService, runtimeService, taskService 
 - 
 
- 
Constructor Summary
Constructors Constructor Description CompleteTaskStep(ProcessEngine processEngine, String taskIdKey)CompleteTaskStep(ProcessEngine processEngine, String taskIdKey, Map<String,Object> processVariables) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(PerfTestRunContext context)Execute the step logic. 
 - 
 
- 
- 
Field Detail
- 
taskIdKey
protected String taskIdKey
 
 - 
 
- 
Constructor Detail
- 
CompleteTaskStep
public CompleteTaskStep(ProcessEngine processEngine, String taskIdKey)
 
- 
CompleteTaskStep
public CompleteTaskStep(ProcessEngine processEngine, String taskIdKey, Map<String,Object> processVariables)
 
 - 
 
- 
Method Detail
- 
execute
public void execute(PerfTestRunContext context)
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
 
 - 
 
 -