Join Slack
Powered by
ok got it, if I have the task result objects I can...
# ask-community
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
Open in Slack
Previous
Next