Any plans to add a way to wait for an outside event? an alternative right now would be to make a nor
Any plans to add a way to wait for an outside event? an alternative right now would be to make a normal step with a very high retry limit and a constant backoff and fail it everytime if some condition isn't met, but that seems wasteful.
Another hack to achieve this is to pause the workflow once it reaches a certain step, then resume it once some condition is met and a value is set somewhere so that the workflow can retrieve that value and continue its execution.
But some API like this would be way more efficient with a far better DX:
Another hack to achieve this is to pause the workflow once it reaches a certain step, then resume it once some condition is met and a value is set somewhere so that the workflow can retrieve that value and continue its execution.
But some API like this would be way more efficient with a far better DX:




