Cannot pass core.FlowRun
instance as argument to task. Raises prefect.exceptions.MissingResult
#8415
Open
4 tasks done
Labels
First check
Bug summary
Bug: I cannot pass a
prefect.orion.schemas.core.FlowRun
instance as an argument to a Task. This raises a rather misleading errorExpectation: The Task object should either a). accept the object as a valid argument or b). raise a more descriptive error
TypeError: cannot accept FlowRun instance as Task argument
.Reproduction
Error
Versions
Additional context
No response
The text was updated successfully, but these errors were encountered: