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
A comment explaining how the Payloads are parsed, for example:
// Each Payload has a metadata.type: IndexedValueType
// If payload.metata.type is INDEXED_VALUE_TYPE_DATETIME, payload.data should be an integer with milliseconds since epoch.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
SearchAttributes
:api/temporal/api/common/v1/message.proto
Lines 58 to 62 in 148f618
I don't know from reading this proto how to specify search attribute types in
StartWorkflowExecution
. Possible types are:api/temporal/api/enums/v1/common.proto
Lines 40 to 48 in df58bcd
https://docs.temporal.io/docs/concepts/what-is-a-search-attribute/#custom-search-attributes
Describe the solution you'd like
A comment explaining how the Payloads are parsed, for example:
// Each Payload has a
metadata.type: IndexedValueType
// If
payload.metata.type
isINDEXED_VALUE_TYPE_DATETIME
,payload.data
should be an integer with milliseconds since epoch.The text was updated successfully, but these errors were encountered: