We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c5f56 commit 656072bCopy full SHA for 656072b
1 file changed
renku/domain_model/workflow/workflow_file.py
@@ -81,7 +81,7 @@ def generate_id(
81
path: Optional[Union[Path, str]] = None,
82
name: Optional[str] = None,
83
sequence: Optional[int] = None,
84
- uuid_only: bool = True,
+ uuid_only: bool = False,
85
**_,
86
) -> str:
87
"""Generate an identifier for Plan."""
0 commit comments