https://prefect.io logo
Title
g

Garret Cook

07/16/2021, 11:13 PM
Hey Team, how do i index a dict of flow.state_handler status results? I get something like this, but I don’t know how to get the keys to index it and get what I want: {<Task: AWSSecretsManager[‘AZ_ACCOUNT_NAME’]>: <Success: “Task run succeeded.“>, <Task: <lambda>>: <Success: “Task run succeeded.“>}
Or perhaps there’s a getter method I can use. Can’t find what I want in the documentation
z

Zach Schumacher

07/16/2021, 11:21 PM
I think you want that new feature they announced in .15, FlowRunViews and TaskRunViews
g

Garret Cook

07/16/2021, 11:22 PM
I’ll take a look, thank you