Workflows
Starting a Task Runner
How to start a task runner
Once you have created a TaskRunner, you can start it by calling the run_forever
method.
This method start the runner and keep it running until the process is terminated. If no tasks are available, the
runner idle and wait until work is available.
Was this page helpful?