Class CorrelateMessageStep

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

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

    • message

      protected String message
    • processInstanceKey

      protected String processInstanceKey
  • Constructor Details

    • CorrelateMessageStep

      public CorrelateMessageStep(ProcessEngine processEngine, String message, String processInstanceKey)
  • 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