Skip to content

Commit 1cbedfa

Browse files
perf(java): updated info about the getVersion attr (#4341)
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
1 parent 9cf798f commit 1cbedfa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/develop/java/versioning.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ public void processFile(Arguments args) {
131131

132132
In other Temporal SDKs, when you invoke `getVersion` or the patching API, the SDK records an
133133
`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.
136135

137136
Within your Workflow Implementation code you'll need to perform the following steps:
138137

0 commit comments

Comments
 (0)