is there a way for me to get a link to the task execution? I want to write a message to slack, containing the URL so collaborators can click and see the progress
WackyRabbit7 Nice!
basically you can use this one:task.get_output_log_web_page()
thx! i was looking in the docs and was looking for something like URL/URI now i know why i didnt find it 😅