Hey team, does anyone know how to obtain exuection_id in a task using flytekit-java SDK?
s
Hey team, does anyone know how to obtain exuection_id in a task using flytekit-java SDK?
a
cc @steep-jackal-21573 in case you know
s
FLYTE_INTERNAL_EXECUTION_ID
is the env var you can read in a task. There are also a bunch of other things injected by propeller.
❤️ 1