Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Next »

Description

This timer starts a process instance using a query. For every row in the table, a new instance is started and for every column, a process variable with the column name as the name is saved in every instance.


Class

com.dooris.bpm.actionhandler.CreateProcessInstancesByQuery

Parameter

In the parameter field, the first thing is the ActionHandler class, separated with a comma, followed by the rest of the parameters. These are separated with a #.

Parameter name

Default value

Description

Valid examples

processdefinition

This parameter determines the process definition an instance should be started of.

connectionParameter

With this parameter, the data for the database connection is transferred in the sequence of connection path, user and password. These are separated with a "+".

sqlFile

This determines the path to the SQL file, which should be used for starting the instance.

limit

5

This parameter determines the maximum number of instances that can be started within a single passing of this timer. If nothing is transferred here, the limit is loaded from the /wiki/spaces/EN/pages/149717722

Example

Dependencies

Timer: CreateProcessInstancesByHandler

  • No labels