I’m currently engineering a flow that will run a variety of sub-flows. When I try to pass data between the subflows, I keep running into the following error
PrefectHTTPStatusError : Client error ‘403 Forbidden’ for url ‘https://api.prefect.cloud/api/accounts/ […] /workspaces/ […] /flow_runs/’ For more information check: 403 Forbidden - HTTP Status Code Glossary - WebFX
When I run the same code with a smaller data object (neither of them is particularly large to begin with), then the subflow runs without any problems. Is there a limit or are there guidelines on how much data should be passed from one flow to another within a parent flow?
Is there documentation on what you can and can’t do with subflows?