We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afa91e commit e782981Copy full SHA for e782981
1 file changed
hello_nexus/handler/nexus_service.py
@@ -151,7 +151,7 @@ async def echo2(
151
# instance, but not to the operation instance (users who need the latter
152
# should implement the Operation interface directly).
153
154
- @temporalio.nexus.handler.workflow_operation
+ @temporalio.nexus.handler.workflow_run_operation
155
async def hello2(
156
self, input: HelloInput, options: nexusrpc.handler.StartOperationOptions
157
) -> temporalio.nexus.handler.StartWorkflowOperationResult[HelloOutput]:
0 commit comments