public class CompleteTaskStep extends ProcessEngineAwareStep
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
taskIdKey  | 
processEngine, repositoryService, runtimeService, taskService| Constructor and Description | 
|---|
CompleteTaskStep(ProcessEngine processEngine,
                String taskIdKey)  | 
CompleteTaskStep(ProcessEngine processEngine,
                String taskIdKey,
                Map<String,Object> processVariables)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(PerfTestRunContext context)
Execute the step logic. 
 | 
protected String taskIdKey
public CompleteTaskStep(ProcessEngine processEngine, String taskIdKey)
public CompleteTaskStep(ProcessEngine processEngine, String taskIdKey, Map<String,Object> processVariables)
public void execute(PerfTestRunContext context)
PerfTestStepBehaviorPerfTestRunContextcontext - the current runCopyright © 2021. All rights reserved.