Class ExecutionIdRecorder

java.lang.Object
org.camunda.bpm.qa.performance.engine.steps.ExecutionIdRecorder
All Implemented Interfaces:
DelegateListener<DelegateExecution>, ExecutionListener

public class ExecutionIdRecorder extends Object implements ExecutionListener

ExecutionListener recording the current execution id in the PerfTestRunContext using the key PerfTestConstants.EXECUTION_ID.

This is mainly used for removing the necessity for querying for the execution Id.

Author:
Daniel Meyer