Class RunParameters

java.lang.Object
org.camunda.automator.engine.RunParameters

public class RunParameters extends Object
  • Field Details

    • logLevel

      public RunParameters.LOGLEVEL logLevel
    • numberOfThreadsPerScenario

      public int numberOfThreadsPerScenario
    • execution

      public boolean execution
      Execute the scenario (execution part): create process instance, execute user & service task
    • creation

      public boolean creation
      On execution, it's possible to pilot each item, one by one
    • servicetask

      public boolean servicetask
    • usertask

      public boolean usertask
    • verification

      public boolean verification
      Verify the scenario (verification part) : check that tasks exist
    • clearAllAfter

      public boolean clearAllAfter
      After the execution, clean the processInstance
    • deploymentProcess

      public boolean deploymentProcess
      Allow any deployment
    • fullDetailsSythesis

      public boolean fullDetailsSythesis
    • filterServiceTask

      public List<String> filterServiceTask
    • deepTracking

      public boolean deepTracking
    • scenarioPath

      public String scenarioPath
      Load the scenario path here. Some functions may be relative to this path
    • warmingUp

      public boolean warmingUp
  • Constructor Details

    • RunParameters

      public RunParameters()
  • Method Details

    • getNumberOfThreadsPerScenario

      public int getNumberOfThreadsPerScenario()
    • isLevelDebug

      public boolean isLevelDebug()
    • isLevelInfo

      public boolean isLevelInfo()
    • isLevelMonitoring

      public boolean isLevelMonitoring()
    • setFilterExecutionServiceTask

      public void setFilterExecutionServiceTask(List<String> filterServiceTask)
    • blockExecutionServiceTask

      public boolean blockExecutionServiceTask(String topic)