You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The property retain-required-tasks has been added

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

application.properties

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.

application.properties

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

application.properties

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 
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)

application.properties

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.

application.properties

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>

 

application.properties

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

application.properties

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 

 

 

 

 

 

 

 

  • No labels