From 2f63d97acbc9c92a75f4f75e43ebdf152e240919 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 6 Mar 2025 11:02:42 -0500 Subject: Make the Workflow::Clone name optional and update the docs. --- python/workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/workflow.py') diff --git a/python/workflow.py b/python/workflow.py index 7b4bae38..7eed81c1 100644 --- a/python/workflow.py +++ b/python/workflow.py @@ -354,7 +354,7 @@ class Workflow(metaclass=_WorkflowMetaclass): """ ``clone`` Clone a new Workflow, copying all Activities and the execution strategy. - :param str name: the name for the new Workflow + :param str name: if specified, name the new Workflow, otherwise the name is copied from the original :param str activity: if specified, perform the clone operation using ``activity`` as the root :return: a new Workflow :rtype: Workflow -- cgit v1.3.1