You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting a Child Workflow, we can pass SearchAttributes in the ExecuteChildWorkflow command.
SA are packed into a regular array as JSON within the options field.
We need to add support for TypedSearchAttributes and allow passing SearchAttributes as protobuf.
Plugin
Temporal
I have an idea!
When starting a Child Workflow, we can pass SearchAttributes in the
ExecuteChildWorkflow
command.SA are packed into a regular array as JSON within the
options
field.We need to add support for TypedSearchAttributes and allow passing SearchAttributes as protobuf.
Related issue: temporalio/sdk-php#516
The text was updated successfully, but these errors were encountered: