Class StartProcessInstanceStep

    • Field Detail

      • processDefinitionKey

        protected String processDefinitionKey
    • Constructor Detail

      • StartProcessInstanceStep

        public StartProcessInstanceStep​(ProcessEngine processEngine,
                                        String processDefinitionKey)
    • 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