CreateProcessInstancesByQuery

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

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 CreateProcessInstancesByHandler.

 

 

Example

 

Dependencies

Timer: https://tim-doc.atlassian.net/wiki/spaces/eng/pages/228561696