Russell Brooks
03/16/2022, 10:56 PMKevin Kho
flow.serialize() and look for it under “tasks”. Otherwise you need to use the GraphQL API.
The StartFlowRun was the original task but then it would change the return type depending if you set wait=True or wait=False. If wait was False, it would return a Flow ID and if wait = True, it would return a state. This led to some pain when using it, so the create_flow_run task was created in 0.15.0 to give a uniform return type. wait_for_flow_run was decoupled from create_flow_runKevin Kho
create_flow_run is preferredRussell Brooks
03/16/2022, 11:52 PMKevin Kho
Russell Brooks
03/17/2022, 12:02 AMKevin Kho
Russell Brooks
03/17/2022, 12:18 AMKevin Kho
.awsconfig to create a boto3 client.Kevin Kho
Russell Brooks
03/17/2022, 12:29 AMKevin Kho
Russell Brooks
03/17/2022, 12:34 AMKevin Kho
Kevin Kho
Russell Brooks
03/17/2022, 12:49 AM