Hi - I’m having trouble implementing a “flow of fl...
# prefect-community
s
Hi - I’m having trouble implementing a “flow of flows” pattern on ECS. My flows, individually are running fine - but when using the pattern all my
wait_for_flow_run
fails. Not sure why that is - but the error is:
Copy code
"An error occurred (ClientException) when calling the RegisterTaskDefinition operation: Role is not valid"
Something extra (or missing) required for the ECS task definition/role maybe?
Are those trying to register under a different role
k
Hi @Stephen Herron, are the subflows actually running when you go to their Flow pages?
s
No - but thanks I think I can see the issue now. I registered with a different label, so that agent’s infra is probably not quite correct
k
Ah ok. Nice work! I was useless here haha