Hey can I get the execution id hash from inside a ...
# flyte-support
b
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
👍 1
f
yup
155 Views