prefect.workers
process
prefect.workers.process
Module containing the Process worker used for executing flow runs as subprocesses.
To start a Process worker, run the following command:
Replace my-work-pool
with the name of the work pool you want the worker
to poll for flow runs.
For more information about work pools and workers, checkout out the Prefect docs.
Classes
ProcessJobConfiguration
Methods:
validate_working_dir
prepare_for_flow_run
ProcessVariables
ProcessWorkerResult
Contains information about the final state of a completed process