Hello everyone,
I've realized that connecting my cloud workflow to the database necessitates using the on-on-premises data gateway. Unfortunately, I've also discovered a limitation: the inability to execute queries from a cloud-based workflow to an on-prem database.
While one solution involves leveraging processes stored within the database, I'm concerned about potential gateway failures when attempting to connect to my on-prem database server. If such a scenario occurs, I'm seeking alternative methods to establish and maintain the connection between my workflow and the database.
The workflow's functionality is dependent on monitoring a specific table on the server and initiating actions when a new record is created. This mandates a continuous connection to the database server.
Any suggestions on ensuring this uninterrupted connection would be greatly appreciated.
Thank you.