Russell Brooks
03/16/2022, 10:56 PMKevin Kho
03/16/2022, 10:59 PMflow.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_run
create_flow_run
is preferredRussell Brooks
03/16/2022, 11:52 PMKevin Kho
03/16/2022, 11:54 PMRussell Brooks
03/17/2022, 12:02 AMKevin Kho
03/17/2022, 12:04 AMRussell Brooks
03/17/2022, 12:18 AMKevin Kho
03/17/2022, 12:24 AM.awsconfig
to create a boto3
client.Russell Brooks
03/17/2022, 12:29 AMKevin Kho
03/17/2022, 12:29 AMRussell Brooks
03/17/2022, 12:34 AMKevin Kho
03/17/2022, 12:36 AMRussell Brooks
03/17/2022, 12:49 AM