https://prefect.io logo
Title
h

Hieu Tran

10/05/2022, 8:35 AM
Hello all, is there a way to pass
timeout_seconds
of the flow as parameter to customize it when trigger a deployment of that flow manually from UI?
@flow(timeout_seconds = 15)
def log_flow(name: str):
    log_task(name)
As timeout_seconds is in the flow decorator, it won't be shown as a parameter of the flow run
k

Khuyen Tran

10/05/2022, 1:30 PM
You cannot pass the
timeout_seconds
parameter through the UI, but this is a good feature. Do you mind opening an issue for this as a feature request?