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 inherited from class org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
processEngine, repositoryService, runtimeService, taskService
-
Constructor Summary
ConstructorDescriptionEvaluateDecisionTableStep
(ProcessEngine engine, String decisionDefinitionKey, Map<String, Object> variables) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(PerfTestRunContext context) Execute the step logic.
-
Field Details
-
decisionDefinitionKey
-
variables
-
-
Constructor Details
-
EvaluateDecisionTableStep
public EvaluateDecisionTableStep(ProcessEngine engine, String decisionDefinitionKey, Map<String, Object> variables)
-
-
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
- Specified by:
execute
in interfacePerfTestStepBehavior
- Parameters:
context
- the current run
-