Hello there fellows,
Just context: I am trying to simulate polling mechanism for a page until the status of submitted Job (which is the form of table) becomes completed. For this I am refreshing after fixed interval and scarping the sorted table (by date submitted) and checking the status of the very first row element with the status marked as completed. And setting flag as complete.
I am thinking to use retry
, due to its simpler design. But I am not sure how do i provide complex condition with the retry scope activity. Viz., How do i let retry scope condition check the flag.
Screenshot:
Any help please.
I mean which activity to drop for checking the flag value.