Class EvaluateDecisionTableStep
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
-
- org.camunda.bpm.qa.performance.engine.steps.EvaluateDecisionTableStep
-
- All Implemented Interfaces:
PerfTestStepBehavior
public class EvaluateDecisionTableStep extends ProcessEngineAwareStep implements PerfTestStepBehavior
Evaluate a decision table using the DecisionService of the engine.- Author:
- Philipp Ossler
-
-
Field Summary
Fields Modifier and Type Field Description protected String
decisionDefinitionKey
protected Map<String,Object>
variables
-
Fields inherited from class org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
processEngine, repositoryService, runtimeService, taskService
-
-
Constructor Summary
Constructors Constructor Description EvaluateDecisionTableStep(ProcessEngine engine, String decisionDefinitionKey, Map<String,Object> variables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(PerfTestRunContext context)
Execute the step logic.
-
-
-
Constructor Detail
-
EvaluateDecisionTableStep
public EvaluateDecisionTableStep(ProcessEngine engine, String decisionDefinitionKey, Map<String,Object> variables)
-
-
Method Detail
-
execute
public void execute(PerfTestRunContext context)
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
- Specified by:
execute
in interfacePerfTestStepBehavior
- Parameters:
context
- the current run
-
-