We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a0596 commit 1836a6aCopy full SHA for 1836a6a
nexus_multiple_args/handler/service_handler.py
@@ -18,7 +18,6 @@ class MyNexusServiceHandler:
18
# This is a nexus operation that is backed by a Temporal workflow.
19
# The key feature here is that it demonstrates how to map a single input object
20
# (HelloInput) to a workflow that takes multiple individual arguments.
21
- # This is equivalent to the Java WorkflowRunOperation.fromWorkflowHandle pattern.
22
@nexus.workflow_run_operation
23
async def hello(
24
self, ctx: nexus.WorkflowRunOperationContext, input: HelloInput
0 commit comments