CreateProcessInstancesByTable
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
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
© TIM Solutions GmbH | AGB | Datenschutz | Impressum