Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static void main(String[] args) {
WorkerFactory factory = WorkerFactory.newInstance(client);

// TODO: modify the statement below to specify the task queue name
Worker worker = factory.newWorker("TODO");
Worker worker = factory.newWorker("greeting-tasks");

worker.registerWorkflowImplementationTypes(HelloWorkflowWorkflowImpl.class);

Expand Down