Basic question: I am trying to get Parameters to work, and it seem that no matter what I do, I get an error saying "Flow.run received the following unexpected parameters:". Here's the code:
So just instantiating the Parameter class doesn’t actually add it to the flow - you need to either explicitly call flow.add_task or use the parameter in another task for it to be added
Chris White
07/15/2019, 11:19 PM
We have a tutorial that should be coming out soon which addresses some common questions like this actually