Skip to content

Commit 1dfd01f

Browse files
Update core/src/main/java/io/temporal/samples/nexus/handler/SampleNexusServiceImpl.java
Co-authored-by: Chris Smith <chrsmith@users.noreply.github.com>
1 parent 8144d13 commit 1dfd01f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/main/java/io/temporal/samples/nexus/handler/SampleNexusServiceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public OperationHandler<SampleNexusService.HelloInput, SampleNexusService.HelloO
5757
HelloHandlerWorkflow.class,
5858
// Workflow IDs should typically be business meaningful IDs and are used to
5959
// dedupe workflow starts.
60+
//
6061
// For this example, tie the workflow ID to the customer being greeted so
6162
// that repeated operations for the same customer run on the same workflow.
6263
//

0 commit comments

Comments
 (0)