Skip to content

Commit 0428857

Browse files
committed
test
1 parent 0edb437 commit 0428857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

production_demo/src/workflows/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async def run(self, input: ExampleWorkflowInput):
2323
task = workflow.child_execute(
2424
workflow=ChildWorkflow,
2525
workflow_id=f"{parent_workflow_id}-child-execute-{i+1}",
26-
input=ChildWorkflowInput(name=f"child workflow {i+1}")
26+
input=ChildWorkflowInput()
2727
)
2828
tasks.append(task)
2929

0 commit comments

Comments
 (0)