Timer task with end condition

I want to implement a task which executes every 30 mins & checks if a particular data is available in DB or not. when the data is available then it should be completed and pass the data to the next task in the workflow.

Something like this would work:

2 Likes