prefect.input.actions
Functions
ensure_flow_run_id
acreate_flow_run_input_from_model
key: the flow run input keymodel_instance: a Pydantic model instance to storeflow_run_id: the flow run ID (defaults to current context)sender: optional sender identifier
create_flow_run_input_from_model
key: the flow run input keymodel_instance: a Pydantic model instance to storeflow_run_id: the flow run ID (defaults to current context)sender: optional sender identifier
acreate_flow_run_input
value will be serialized to JSON and stored as a flow run input value.
Args:
key: the flow run input keyvalue: the flow run input valueflow_run_id: the flow run ID (defaults to current context)sender: optional sender identifier
create_flow_run_input
value will be serialized to JSON and stored as a flow run input value.
Args:
key: the flow run input keyvalue: the flow run input valueflow_run_id: the flow run ID (defaults to current context)sender: optional sender identifier
afilter_flow_run_input
key_prefix: prefix to filter keys bylimit: maximum number of results to returnexclude_keys: keys to exclude from resultsflow_run_id: the flow run ID (defaults to current context)
- List of matching FlowRunInput objects
filter_flow_run_input
key_prefix: prefix to filter keys bylimit: maximum number of results to returnexclude_keys: keys to exclude from resultsflow_run_id: the flow run ID (defaults to current context)
- List of matching FlowRunInput objects
aread_flow_run_input
key: the flow run input keyflow_run_id: the flow run ID (defaults to current context)
- The deserialized input value, or None if not found
read_flow_run_input
key: the flow run input keyflow_run_id: the flow run ID (defaults to current context)
- The deserialized input value, or None if not found
adelete_flow_run_input
key: the flow run input keyflow_run_id: the flow run ID (defaults to current context)
delete_flow_run_input
key: the flow run input keyflow_run_id: the flow run ID (defaults to current context)