Task Queue, how to know if all tries failed?

0
Whilst using Task queue I would like to know if in my (10) tries, he succeeded with what it was trying or if none of the 10 tries resulted in a success. I want to get a return value, but it doesn't allow it. Anyone know a solution?
asked
2 answers
0

You could add a counter to an entity that you increment each time task queue runs. You could look for this in the microflow that the task queue executes so you know if it has reached the specific attempt number and you can take action accordingly.

Hope this helps.

answered
0

Hi Dave,

 

did you try using the “Task Queue Helpers” module from the marketplace?

It offers a lot of functionality to get insights on the task queues running in the background.

 

Also what exactly do you mean with “tries”? 

 

Cheers,

Jan

answered