Class ConfigurationStartup
java.lang.Object
org.camunda.automator.configuration.ConfigurationStartup
@Component
@PropertySource("classpath:application.yaml")
@Configuration
public class ConfigurationStartup
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanit may be necessary to wait the other component to warm up -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the name for the variable scenarioAtStartupList<org.springframework.core.io.Resource>Return the list of collection - only one at this momentreturn the name of the resourceAtStartup variable namebooleanbooleanbooleanbooleanbooleanvoidsetLogLevel(String logLevel)
-
Field Details
-
scenarioPath
-
logLevel
-
deepTracking
@Value("${automator.startup.deeptracking:false}") public boolean deepTracking -
policyExecution
@Value("${automator.startup.policyExecution:DEPLOYPROCESS|WARMINGUP|CREATION|SERVICETASK|USERTASK}") public String policyExecution -
waitWarmupServer
it may be necessary to wait the other component to warm up
-
-
Constructor Details
-
ConfigurationStartup
public ConfigurationStartup()
-
-
Method Details
-
setLogLevel
-
getLogLevelEnum
-
deepTracking
public boolean deepTracking() -
isPolicyExecutionCreation
public boolean isPolicyExecutionCreation() -
isPolicyExecutionServiceTask
public boolean isPolicyExecutionServiceTask() -
isPolicyExecutionUserTask
public boolean isPolicyExecutionUserTask() -
isPolicyExecutionWarmingUp
public boolean isPolicyExecutionWarmingUp() -
isPolicyDeployProcess
public boolean isPolicyDeployProcess() -
getScenarioFileAtStartup
-
getScenarioFileAtStartupName
Return the name for the variable scenarioAtStartup- Returns:
- the name
-
getScenarioResourceAtStartup
Return the list of collection - only one at this moment- Returns:
- list of scenario detected as a resource
-
getScenarioResourceAtStartupName
return the name of the resourceAtStartup variable name- Returns:
- name of the variable
-
getFilterService
-
getWarmingUpServer
-