Versions Compared

Key

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

...

  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

...

Application.properties

Java Runtime configuration is done in aquima application properties:

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

...

Below an example is given to get a good understanding on how to address the properties:

Java aquimaapplication.properties

.Net properties

Image RemovedImage Added