Skip to content

Commit be6f58a

Browse files
Update core/src/main/java/io/temporal/samples/nexusstandalone/StandaloneClientStarter.java
Co-authored-by: Quinn Klassen <klassenq@gmail.com>
1 parent c7ab51d commit be6f58a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/io/temporal/samples/nexusstandalone/StandaloneClientStarter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class StandaloneClientStarter {
2929
private static final Logger logger = LoggerFactory.getLogger(StandaloneClientStarter.class);
3030

3131
// Must match the Nexus endpoint configured on the server (see README).
32-
public static final String ENDPOINT_NAME = "nexusstandalone-endpoint";
32+
public static final String ENDPOINT_NAME = "nexus-standalone-operation-endpoint";
3333

3434
// A per-run suffix appended to workflow-backed operation names so their backing workflow IDs are
3535
// unique on each run. Without this, re-running against the same server (no restart) would reuse

0 commit comments

Comments
 (0)