Bruno Murino
04/26/2022, 2:33 PMKevin Kho
with Flow(..) as flow:
....
flow2 = copy.deepcopy(flow)
flow2.name = ...
If you are you the JSON, have you run into a specific thing? I think it should work. Just query for the serialized_flow
specifically in the GraphQL APIBruno Murino
04/26/2022, 2:44 PM