Versions Compared

Key

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

Description

This handler allows to start process instances from a database table. One instance is started per table row. The information contained in the columns is saved as process variables.

...

Class

Code Block
com.dooris.bpm.actionhandler.CreateProcessInstancesByTable

Parameter

Parameter

Default value

Description

Valid examples

definitionName

The name of the definition from which the instance/s is/are to be started must be specified here.

tableName

The database table name from which the handler will retrieve the information.

tableCols

Here the user can specify the name of the column header which value will be saved at the newly started instance. The column name is used as variable name. User can more than one column specified separating them with a comma ",".

limit

Here is saved the maximum number of results to retrieve.

offset

Here is saved the row from the table of the first result to retrieve.

Example:

...

Dependencies

Timer: CreateProcessInstancesByHandler