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.
Payload is the same as for the regular (untyped) search attributes, except the value is now typed. This is the regular associate array map[string]*struct, but the value (*struct) is typed. It is not contains two fields: type (string) and value (int, bool, float, string, []string).
Example:
Plugin
Temporal
I have an idea!
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
CC: @roxblnfk
Original issue: temporalio/roadrunner-temporal#596
The text was updated successfully, but these errors were encountered: