Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The settings are part of the aquima.properties for

Include Page
_PropertiesFileJavaR10
_PropertiesFileJavaR10
 for Java, or are part of the .Net configuration. 

...

  1. check the process list setting for application A; if not configured then...
  2. check the global process list setting; if not configured then...
  3. check the process engine setting for application A; if not configured then...
  4. check the global process engine setting; if not configured then...
  5. use none as default

When handling timers and message events, the Process Engine of an application A uses the following rules to determine which part of the application Id should be ignored:

  1. check the process engine setting for application A; if not configured then...
  2. check the global process engine setting; if not configured then...
  3. use none as default

...

Include Page
_PropertiesFileJavaR10
_PropertiesFileJavaR10

Java Runtime configuration is done in application properties

Include Page
_PropertiesFileJavaR10
_PropertiesFileJavaR10
:

Code Block
#global setting for the process engine, accepted values = none, project, version, all
processengine.appid_ignore=none
#per-application setting for the process engine;  format = processengine.appid_ignore.<application name> = none | project | version | all
processengine.appid_ignore.studio-RepositoryName1-ProjectName1=project
processengine.appid_ignore.studio-RepositoryName2-ProjectName2=version
processengine.appid_ignore.studio-RepositoryName3-ProjectName3=all
 
#global setting for process lists, accepted values = none, project, version, all
processlist.appid_ignore=none
 
#per-application setting for process lists; format = processlist.appid_ignore.<application name> = none | project | version | all
processlist.appid_ignore.studio-RepositoryName1-ProjectName1=project
processlist.appid_ignore.studio-RepositoryName2-ProjectName2=version
processlist.appid_ignore.studio-RepositoryName3-ProjectName3=all

...