I made a thing! It's a YouTube demo of the human i...
# show-and-tell
s
I made a thing! It's a YouTube demo of the human in the loop workflow combined with slack notifications. In this case, it's tailored towards the idea of doing automated chemistry/materials experiments in a scientific laboratory, except that certain tasks can be really tough to automate initially (e.g., move sample 1 from location A to location B) and then bring the control back to the software. Thanks for this great feature!

https://youtu.be/MnE5O41lCPw?si=4nGHpPU0P_J78AoM

blob attention gif 4
3
📹 3
🔥 7
wizard2 7
n
this is an awesome use of interactive workflows!!! thanks for sharing this catjam PS: in case its helpful, if you don't want to construct that URL to your flow run, you can get it like this
Copy code
In [1]: from prefect import flow, runtime

In [2]: @flow
   ...: def f():
   ...:     print(runtime.flow_run.ui_url)

<https://app.prefect.cloud/account/xxx/workspace/xxx/flow-runs/flow-run/xxx>
🙌 1
s
For sure! Also, this looks much better. Thanks!
👍 1
s
Thanks for sharing @Sterling Baird!
upvote 1