Versions Compared

Key

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

Context

This is the form to capture the grid data.


On submission of this form, we would like to start a process instance for each of the rows from this grid.Image Removed


We would like to start a process instance of the process definition "travel_approver_process".

Image RemovedImage Added

We will need to pick up the grid data by matching the current batch record ID in gda_batch and list down records from gda_travel.

...

In the batch form itself, we can make use of "Post Form Submission Processing" to capture event of "Data Creation" or "Both data creation and update", whichever suits your own use case, to execute bean shell Java code to achieve this.

Image RemovedImage Added

Bean shell Java code to iterate through grid data and start a process instance for each of the rows.

...