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
- Author:
- Daniel Meyer, Ingo Richtsmeier
-
Field Summary
Fields inherited from class org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
processEngine, repositoryService, runtimeService, taskService
-
Constructor Summary
ConstructorDescriptionCompleteTaskStep
(ProcessEngine processEngine, String taskIdKey) CompleteTaskStep
(ProcessEngine processEngine, String taskIdKey, Map<String, Object> processVariables) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(PerfTestRunContext context) Execute the step logic.
-
Field Details
-
taskIdKey
-
-
Constructor Details
-
CompleteTaskStep
-
CompleteTaskStep
public CompleteTaskStep(ProcessEngine processEngine, String taskIdKey, 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
-