Batch Operation Commit

This action commits a batch of database actions created from "Batch operation constructor" actions with the same "batch ID". If no batch exists or it was already committed, it will result in an error.


Inputs and Settings

Batch ID

The ID you gave to the batch on the "constructor" actions.

Trigger ID (optional)

This will link the action with a Action Listener of the same ID.

If left blank, all listener on the page with blank ID's will be triggered at the same time, so we suggest to always define a Trigger ID.

If all operations are completed successfully, it will trigger the Batch Committed event. Otherwise, it will tigger and error.


Triggered events

Those events are triggered by an Action Listener with the same ID as the Trigger ID provided on the action.

  • Batch Committed (if the action was successful)

  • Error in Action (if an error occurs)

Last updated