Skip to content

Commit e782981

Browse files
committed
Respond to upstream
1 parent 1afa91e commit e782981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hello_nexus/handler/nexus_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async def echo2(
151151
# instance, but not to the operation instance (users who need the latter
152152
# should implement the Operation interface directly).
153153

154-
@temporalio.nexus.handler.workflow_operation
154+
@temporalio.nexus.handler.workflow_run_operation
155155
async def hello2(
156156
self, input: HelloInput, options: nexusrpc.handler.StartOperationOptions
157157
) -> temporalio.nexus.handler.StartWorkflowOperationResult[HelloOutput]:

0 commit comments

Comments
 (0)