Class SignalExecutionStep

java.lang.Object
org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
org.camunda.bpm.qa.performance.engine.steps.SignalExecutionStep
All Implemented Interfaces:
PerfTestStepBehavior

public class SignalExecutionStep extends ProcessEngineAwareStep
Author:
Daniel Meyer
  • Field Details

    • executionIdVariableName

      protected String executionIdVariableName
  • Constructor Details

    • SignalExecutionStep

      public SignalExecutionStep(ProcessEngine processEngine, String executionIdVariableName)
  • Method Details

    • 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 the PerfTestRunContext
      Parameters:
      context - the current run