tkanas
05/20/2020, 5:37 PMnicholas
05/20/2020, 5:41 PMtkanas
05/20/2020, 11:06 PMstate = flow.run(**params)
, I would want a copy of the runnable flow
object to be somewhere inside state
, so that I could do flow_copy.run(**params)
where flow_copy = state.<some-attribute>
nicholas
05/20/2020, 11:10 PM