How can we pause a task until a specified time and how to resume the same task before the timeout with some external triggers

How can we pause a task until a specified time and how to resume the same task before the timeout with some external triggers

1 Like

Perhaps this is what you are looking for? also, this blog post explains the same feature

Could you explain the problem you are trying to solve here? What’s your use case?

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

1 Like

I have followed this post, but my problem is not solved with this

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?