How do tasks get executed via Universal GUI.
We have containerized a lot of deployments with limited access to the databases. Therefore I'm introducing a backup task in the model.The task works when I run it in SMSS/ADS, but via the model it doesn't and there are no error messages.
When I invoke the task via SMSS/ADS then it makes the backup and I get back the json with backup info.
When I run the task from the application, it almost instantly ends. Meaning it didn't work, it didn't wait for the backup (S3) to complete? There is no logging, no error, et cetera.. what could be the issue here?