create_flow_run_from_deployment
Initiate a new flow run for a specific deployment in Prefect workflows. Specify deployment ID, optional parameters, run name, and timeout to execute workflows efficiently.
Instructions
Create a new flow run for the specified deployment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deployment_id | Yes | ||
name | No | ||
parameters | No | ||
timeout | No |