Replies: 1 comment 3 replies
-
|
Hey @pinebit! I think you can leverage the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have sql_select => unarchive flow, and if my SQL query returns no rows by design, then I am getting a failure for "unarchive" task, because of empty message.
How shall I handle this case properly? I usually want to execute a fallback processor that would be run only if the query returned no rows.
Also, I would like that my "unarchive" task do not yield any errors. That is, I probably need to be able to test for empty message before even executing "unarchive" task. But I don't want to just drop/delete that empty message and instead execute another processor, such as "metric" to count such events.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions