Versions Compared

Key

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

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

Code Block
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 #.

...