This action executes a defined stored procedure on the designated database transaction. You provide a transaction name, stored procedure name, and necessary parameters to execute the stored procedure.
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. The stored procedure name must also be specified.
Prepare Stage
No action taken.
Execute Stage
Backs up the previous output property value, if needed.
Runs the specified stored procedure on the defined database transaction.
Cleanup Stage
No action taken.
Rollback Stage
Restores the previous output property value, if needed.