We have a scenario that Task B should be started only when one of the todo list of Task A has been done. All data are stored in SQL database. I have a stored procedure to check if the condition has been met to start Task B. But any idea how can I implement the waiting event?
