We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bc4d8 commit e10b757Copy full SHA for e10b757
hello_nexus/basic/caller/workflows.py
@@ -21,7 +21,7 @@ def __init__(self):
21
@workflow.run
22
async def run(self, name: str) -> tuple[MyOutput, MyOutput]:
23
# Start the Nexus operation and wait for the result in one go, using execute_operation.
24
- wf_result: MyOutput = await self.nexus_client.execute_operation(
+ wf_result = await self.nexus_client.execute_operation(
25
MyNexusService.my_workflow_run_operation,
26
MyInput(name),
27
)
0 commit comments