dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

User metadata not propagated from child workflow command to child workflow's execution config #89

Open dhiaayachi opened 2 months ago

dhiaayachi commented 2 months ago

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.

dhiaayachi commented 1 month 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.

dhiaayachi commented 1 month ago

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.