Versions Compared

Key

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

The property retain-required-tasks has been added

SubjectJAVA Property
.NET (web.config.xml)Explanation Process module
Explanation
Processes and DCM





blueriq.timer.intervalTimer interval of when to check timed tasks - (values must now be MINUTE, HOUR or NEVER, caps are required)

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.scheduler-quartz.advanced-scheduler

Property to enable the advanced scheduler

Default: false

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.migrate.displaynames.endpoint.enabledActivates the migration endpoint for processing and updating the cases and tasks display names

Include Page
_PropertiesFileJava
_PropertiesFileJava

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

Will cancel all started tasks when the runtime starts.

Warning

This property does not work as intended for production environments where the runtime is installed on multiple nodes. Starting a new (or restarting a running node) might cancel tasks that are in use. For that scenario we recommend to use the Reopening Tasks endpoint exposed by the CancelAllStartedTasks from the Scheduler Maintenance REST API or the Backend REST API V1

Default: false

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.processengine.retain-required-tasks

<property name="
blueriq.processengine.retain-required-tasks
" value="true" />
If true, ad-hoc tasks for which the precondition becomes false will not be automatically canceled (pre R11 behaviour). Defaults to 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-mode
property 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
processengine.default-
app
ignore-
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>

unknown-attributesIndicates whether attributes stored in the process database which are no longer in the model should be ignored. By default, these attributes are not ignored and an error is raised when such an attribute is found in the database. To ignore the attributes, set this property to true.

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.processengine.ignore-unknown-attributes.[app-name]Same as blueriq.processengine.default-ignore-unknown-attributes, but allows enabling this setting on a per-application basis. The application-specific setting takes precedence over the global setting.

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.processengine.default-ignore-unknown-entitiesIndicates whether entity instances stored in the process database which are no longer in the model should be ignored. By default, these entity instances are not ignored and an error is raised when such an entity instance is found in the database. To ignore the entity instances, set this property to true.
 

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.
processlist
processengine.
app
ignore-
id
unknown-
ignore-modes
entities.[app-
id
name]
Unknown, probably via key value pair through AquimaSystemPropertiesHandler 
Same as blueriq.processengine.default-ignore-unknown-attributes, but allows enabling this setting on a per-application basis. The application-specific setting takes precedence over the global setting.

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 

 

 

 

 

 

 

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

Include Page
_PropertiesFileJava
_PropertiesFileJava

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

Include Page
_PropertiesFileJava
_PropertiesFileJava

blueriq.process-sql-store.oracle.case-insensitive-search-enabledThis property enables case insensitive searching for oracle. For more information see: How to enable case insensitive search on case data for Oracle

Include Page
_PropertiesFileJava
_PropertiesFileJava

...