prefect.input.actions
Functions
ensure_flow_run_id
create_flow_run_input_from_model
create_flow_run_input
value
will be serialized to JSON
and stored as a flow run input value.
Args:
- key
: the flow run input key- value
: the flow run input value- flow_run_id
: the, optional, flow run ID. If not given will default to pulling the flow run ID from the current context.
filter_flow_run_input
read_flow_run_input
- key
: the flow run input key- flow_run_id
: the flow run ID
delete_flow_run_input
- flow_run_id
: the flow run ID- key
: the flow run input key