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
Copy file name to clipboardExpand all lines: releases/v1.30.0-RC1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Workflow Metadata **(Public Preview)**
4
4
5
-
The built in `__temporal_workflow_metadata` query now uses `io.temporal.common.converter.RawValue` for the `return type. This should help address issues where users data converters could not properly convert the `WorkflowMetadata` protobuf type. If you are using a custom data converter that does not support `RawValue` you will need to update it to support this type.
5
+
The built in `__temporal_workflow_metadata` query now uses `io.temporal.common.converter.RawValue` for the return type. This should help address issues where users data converters could not properly convert the `WorkflowMetadata` protobuf type. If you are using a custom data converter that does not support `RawValue` you will need to update it to support this type.
6
6
7
7
Note: The built in Temporal `DefaultDataConverter` already supports `RawValue` and does not require any changes.
0 commit comments