Package org.camunda.automator.engine
Class RunParameters
java.lang.Object
org.camunda.automator.engine.RunParameters
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanAfter the execution, clean the processInstancebooleanOn execution, it's possible to pilot each item, one by onebooleanbooleanAllow any deploymentbooleanExecute the scenario (execution part): create process instance, execute user & service taskbooleanintLoad the scenario path here.booleanbooleanbooleanVerify the scenario (verification part) : check that tasks existboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanblockExecutionServiceTask(String topic) intbooleanbooleanbooleanvoidsetFilterExecutionServiceTask(List<String> filterServiceTask)
-
Field Details
-
logLevel
-
numberOfThreadsPerScenario
public int numberOfThreadsPerScenario -
execution
public boolean executionExecute the scenario (execution part): create process instance, execute user & service task -
creation
public boolean creationOn execution, it's possible to pilot each item, one by one -
servicetask
public boolean servicetask -
usertask
public boolean usertask -
verification
public boolean verificationVerify the scenario (verification part) : check that tasks exist -
clearAllAfter
public boolean clearAllAfterAfter the execution, clean the processInstance -
deploymentProcess
public boolean deploymentProcessAllow any deployment -
fullDetailsSythesis
public boolean fullDetailsSythesis -
filterServiceTask
-
deepTracking
public boolean deepTracking -
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
-
blockExecutionServiceTask
-