Open dhiaayachi opened 2 months ago
Thanks for reporting this. This is a known issue in Temporal.
You can find more information at: https://github.com/temporalio/temporal/pull/5857.
Thanks for reporting this issue.
The user metadata propagation was added to Temporal in PR https://github.com/temporalio/temporal/pull/5857, but it only applies to the events.
The user metadata for child workflows will be propagated via the StartChildWorkflowExecutionInitiated
event.
Let us know if you have any further questions.
Expected Behavior
Like start workflow, I would expect start child workflow user metadata to end up on the execution config on the child workflow.
Actual Behavior
The user metadata only ends up on the event, not the actual child workflow
See https://github.com/temporalio/temporal/pull/5857 where user metadata propagation was added.