for this I am getting an EXECUTIONPARAMS not available in current context error. I also tried current_context().execution.parameters.execution_id.url I get the same error but for EXECUTION. I am doing this in a task and according to the docs ExecutionParams object is available to all tasks. Am I missing something? Is there any other way to get the execution URL in the code? Error verbatim : EXECUTION not available as a parameter in Flyte context - are you in right task-type?