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: docs/develop/java/versioning.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,7 @@ public void processFile(Arguments args) {
131
131
132
132
In other Temporal SDKs, when you invoke `getVersion` or the patching API, the SDK records an
133
133
`UpsertWorkflowSearchAttribute` Event in the history.
134
-
This adds support for a custom query parameter in the web UI named `TemporalChangeVersion` that allows you to filter Workflows based on their version.
135
-
The Java SDK does not automatically add this attribute, so you'll likely want to do it manually.
134
+
This adds support for a custom query parameter in the web UI named `TemporalChangeVersion` that allows you to filter Workflows based on their version. The Java SDK automatically adds this attribute, so you don't need to do it manually.
136
135
137
136
Within your Workflow Implementation code you'll need to perform the following steps:
0 commit comments