You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cwltool tries to update a workflow that includes more than once the
same subworkflow an exception is raised. This is a product of the updating
procedure where workflows are passed by reference in the document. Once
a workflow has been updated, it should not be processed again.
0 commit comments