Versions Compared

Key

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

...

The settings are part of the

Include Page
_PropertiesFileJavaR10PropertiesFileJava
_PropertiesFileJavaR10PropertiesFileJava
 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
_

...

PropertiesFileJava
_

...

PropertiesFileJava

Java Runtime configuration is done in

Include Page
_PropertiesFileJavaR10PropertiesFileJava
_PropertiesFileJavaR10PropertiesFileJava
:

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

...

 To configure ignore process version globally, add the blueriq.processengine.appid_app-id-ignore and blueriq.processlist.appid_app-id-ignore parameters to the aquima section as below:

...