Hey can I get the execution id hash from inside a ...
# ask-the-community
e
Hey can I get the execution id hash from inside a task? This is the thing from the UI that I want f4786acee61844e39b46
This is how!
Copy code
ctx = flytekit.current_context()
    ctx.execution_id.name
k
yup
152 Views