-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[💡 FEATURE REQUEST]: Typed Search Attributes #2097
Closed
Comments
Protocol:
{
"key1": {
"type": "float64",
"operation": "unset"
},
"key2": {
"type": "bool",
"operation": "set",
"value": true
},
"key3": {
"type": "keyword_list",
"operation": "set",
"value": ["1", "2"]
}
} Where: "key1,2,3" are search attribute names with nested values and corresponding types. Types can be:
Payload may have any number of variations of these types. When the type or value can't be parsed correctly, RR will send the warn-level log and continue parsing the next field. Operations can be:
|
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: