cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Business Logic - Success of Tag and SQL Queries

Former Member
0 Likes
195

Greetings All,

I have a Logic flow from an old NQL process.

The process Gets some SQL and Tag Data then checks to see if data was returned and notifies via email if data wasn't returned. So this would translate into the Tag and SQL Queries followed by a Logic Conditional block.

HERE's the questions:

In BLS, if the SQL and/or Tag Query fail, the entire process quits (at least when Executed locally) and never gets to the Logic Conditional block to verify the tagQuery.success or SQLQuery.success.

Is this what it does when run as a scheduled task also???

Is there any onError then do... type of parameter???

Any Suggestions would be appreciated...

Thanks

Dennis West

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Dennis, it shouldn't "quit". The Success property should be set to false, and the error caught (typically). Sounds like a bug.

Answers (0)