Kathryn Klarich
08/16/2021, 9:33 PMclass FargateECSRun(ECSRun)
) and filling in the parameters like run_task_kwargs
with defaults so that they don't need need to be duplicated in every flow. However, when I go to register the flow, I get an error ValueError: Flow could not be deserialized successfully. Error was: TypeError('not all arguments converted during string formatting')
- is what I am trying to do not allowed? I'm not sure how to debug this because when I try to these directions, built_storage
is just an empty dictionary.Kevin Kho
ECSRun
.Kathryn Klarich
08/16/2021, 10:08 PM