Hey Team, how do i index a dict of flow.state_hand...
# prefect-server
g
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
I think you want that new feature they announced in .15, FlowRunViews and TaskRunViews
g
I’ll take a look, thank you