You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 3 Next »
In SimpleOne, the execution of business rules, workflows, notifications, engines is bound to database operations.
The execution order is shown and described below:
Please note that rules and engines marked red on the scheme and respectively listed below are affected when using the Silent Load functionality.
The processing of the following elements is bound to the transaction BEGIN SQL statement:
transaction BEGIN
After insert/update/delete
The execution of the following elements is bound to the transaction COMMIT SQL statement:
transaction COMMIT