Skip to content

Commit cd65f9f

Browse files
committed
update workflowid
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent a1417e3 commit cd65f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/io/temporal/samples/hello/HelloSignalWithStartAndWorkflowInit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public static void main(String[] args) {
190190
client.newWorkflowStub(
191191
MyWorkflowNoInit.class,
192192
WorkflowOptions.newBuilder()
193-
.setWorkflowId("with-init")
193+
.setWorkflowId("without-init")
194194
.setTaskQueue(TASK_QUEUE)
195195
.build());
196196
WorkflowStub.fromTyped(noInitStub)

0 commit comments

Comments
 (0)