actually my problem statement is like event based, for me its like when a event will start it will have some timeout time and if the event completes before that timeout then i should move to next task
I see. For event-driven workflows, check those resources:
It’s hard for me to help because you are still describing solutions, not the actual problem or use case. Could you describe it more from a business perspective? What is this task that may time out doing? And when should this event be triggered?
@gaurav_amoga could you perhaps show how would you approach it in plain Python?