Open
Description
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
is INDEXED_VALUE_TYPE_DATETIME
, payload.data
should be an integer with milliseconds since epoch.