prefect.runner.submit
submit_to_runner
prefect_callable
: the callable to run (only flows are supported for now, but eventually tasks)parameters
: keyword arguments to pass to the callable. May be a list of dictionaries where
each dictionary represents a discrete invocation of the callableretry_failed_submissions
: Whether to retry failed submissions to the runner webserver.wait_for_submitted_runs
flow_run_filter
: A filter to apply to the flow runs to wait for.task_run_filter
: A filter to apply to the task runs to wait for. # TODO: /task/runtimeout
: How long to wait for completion of all runs (seconds).poll_interval
: How long to wait between polling each run’s state (seconds).