Class CompleteTaskStep

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

public class CompleteTaskStep extends ProcessEngineAwareStep
Author:
Daniel Meyer, Ingo Richtsmeier
  • Field Details

    • taskIdKey

      protected String taskIdKey
  • Constructor Details

  • 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