Workflow triggered by back-end SQL updates and inserts?

Asking as I don’t have an easy way to test this:
Will a workflow that is set up to run on all records (new and modified) be activated if the updates are being made by direct SQL inserts when the conditions are met? Are there any requirements to make this happen i.e. update of create date/modified date in the module?

Hi,
I don’t think so. By using direct sql queries, you’re basically working out of the applications scope. If you use api requests on the other hand, workflows should be working.

1 Like

I appreciate you confirming - thank you!