Class CorrelateMessageStep

    • Field Detail

      • message

        protected java.lang.String message
      • processInstanceKey

        protected java.lang.String processInstanceKey
    • Constructor Detail

      • CorrelateMessageStep

        public CorrelateMessageStep​(ProcessEngine processEngine,
                                    java.lang.String message,
                                    java.lang.String processInstanceKey)
    • Method Detail

      • 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