ok got it, if I have the task result objects I can...
# ask-community
r
ok got it, if I have the task result objects I can use them as an index into results:
Copy code
def check(state):
    print(f"regular result: {state.result[regular_result].result}")
👍 2