Commits a transaction started by a Begin Database Transaction action. Once a transaction is committed, it cannot be rolled back.
For this action to be valid, the transaction name must be defined and this action must follow a Begin Database Transaction with a matching transaction name.
Prepare Stage
No action taken.
Execute Stage
Commits the defined database transaction.
Cleanup Stage
No action taken.
Rollback Stage
No action taken. A committed transaction cannot be uncommitted.