We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0edb437 commit 0428857Copy full SHA for 0428857
production_demo/src/workflows/workflow.py
@@ -23,7 +23,7 @@ async def run(self, input: ExampleWorkflowInput):
23
task = workflow.child_execute(
24
workflow=ChildWorkflow,
25
workflow_id=f"{parent_workflow_id}-child-execute-{i+1}",
26
- input=ChildWorkflowInput(name=f"child workflow {i+1}")
+ input=ChildWorkflowInput()
27
)
28
tasks.append(task)
29
0 commit comments