Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
SubjectJAVA Property.NET (web.config.xml)Explanation 
Process module






blueriq.processengine.cancel-started-tasks <property name="blueriq.processengine.cancelstartedtasks" value="true" />

Will cancel all started tasks when the runtime starts.

Default: false

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.processengine.worklist.limit

<aquima> <properties> <property name="blueriq.processengine.worklist.limit" value="25"/> </aquima> </properties>

Limit of amount of items shown in the worklist

Default: 1000

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.processengine.caselist.limit<aquima> <properties> <property name="blueriq.processengine.caselist.limit" value="25"/> </aquima> </properties>

Limit of amount of items shown in the caselist

Default: 1000

 
blueriq.processengine.default-app-id-ignore-modeproperty name="blueriq.processengine.default-app-id-ignore-mode" value="none" />

To influence the behavior of models that normally make use of the application Id for whole server (Control applicationId behavior)

Default: none

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.processengine.app-id-ignore-modes.[app-id]

The processengine app-id-ignore-mode for a specific application is set in the 'web.config' using an "application" node under the path 'configuration/webApplication/applicationSettings'. Example:

<applicationSettings>
<application name = "test" processEngineIgnoreMode="version"/>
<application name = "test1" processEngineIgnoreMode="project"/>
</applicationSettings>

To influence the behavior of models that normally make use of the application Id, but per project.

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.processlist.default-app-id-ignore-mode

The processlist app-id-ignore-mode for a specific application is set in the 'web.config' using an "application" node under the path 'configuration/webApplication/applicationSettings'. Example:

<applicationSettings>
<application name = "test" processListIgnoreMode="version"/>
<application name = "test1" processListIgnoreMode="project"/>
</applicationSettings>

 

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.processlist.app-id-ignore-modes.[app-id]Unknown, probably via key value pair through AquimaSystemPropertiesHandler 

Include Page
_PropertiesFileJava
_PropertiesFileJava

Not used for Java since 10.1

<session-factory name="ProcessCaseDao">
<properties>
<property name="connection.provider" value="NHibernate.Connection.DriverConnectionProvider" />
<property name="dialect" value="NHibernate.Dialect.MsSqlCeDialect" />
<property name="connection.driver_class" value="NHibernate.Driver.SqlServerCeDriver" />
<property name="connection.connection_string" value="Data Source=|DataDirectory|\LocalDB\ProcessCaseDB.sdf" />
<property name="hbm2ddl.auto" value="create-drop" />
<property name="current_session_context_class" value="Aquima.WebApplication.WebPersistenceUtility.Session.CurrentHibernateSessionContext, WebPersistenceUtility" />
</properties>
</session-factory>

can only be ProcessCaseDao