Class CompleteTaskStep

    • Field Detail

      • taskIdKey

        protected java.lang.String taskIdKey
    • Constructor Detail

      • CompleteTaskStep

        public CompleteTaskStep​(ProcessEngine processEngine,
                                java.lang.String taskIdKey)
      • CompleteTaskStep

        public CompleteTaskStep​(ProcessEngine processEngine,
                                java.lang.String taskIdKey,
                                java.util.Map<java.lang.String,​java.lang.Object> processVariables)
    • 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