https://prefect.io logo
r

Rob Fowler

08/26/2020, 11:12 PM
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