Varun Kulkarni
03/23/2022, 4:14 PMDan Rammer (hamersaw)
03/23/2022, 4:22 PMVarun Kulkarni
03/23/2022, 4:31 PMWorkflowExecutionEvents
?
Put differently, if we invoke A as a sub-workflow from B, can we expect to see WorkflowExecutionEvents
emitted for workflows A and B with the same execution ID? Or would Flyte only emit NodeExecutionEvents
for all of the tasks that define A over the course of executing B?Dan Rammer (hamersaw)
03/23/2022, 4:37 PMWorkflowExecutionEvents
rather flyte will only emit events for the parent workflow, which will include NodeExecutionEvents
. So in your example, Workflow B and C will emit NodeExecutionEvents
for all of the tasks in Workflow A with the execution IDs of the top level execution (ie. B and C) respectively.WorkflowExecutionEvents
if that is the desired behavior.Ketan (kumare3)
Varun Kulkarni
03/23/2022, 4:40 PMWorkflowExecutionEvent
/ unique execution ID for A.
Really appreciate the help here, thanks!Ketan (kumare3)
Varun Kulkarni
03/23/2022, 4:41 PMSören Brunk
03/23/2022, 8:11 PMDylan Wilder
03/23/2022, 10:53 PMDan Rammer (hamersaw)
03/23/2022, 11:01 PMDylan Wilder
03/23/2022, 11:06 PMDan Rammer (hamersaw)
03/23/2022, 11:12 PMKetan (kumare3)
Dylan Wilder
03/23/2022, 11:17 PM