Running a Worker Until Condition is met
Introduction - Custom Poll Worker
We can use a worker and keep it running until a condition is met. This is similar to the HTTP Poll task, where you can poll an HTTP endpoint until a specific condition is met. Having a worker do the same is useful when you don't have an endpoint to call directly from Conductor.