Github user haouech commented on a diff in the pull request:
https://github.com/apache/incubator-taverna-language/pull/41#discussion_r208042714
--- Diff:
taverna-scufl2-api/src/main/java/org/apache/taverna/scufl2/api/common/Scufl2Tools.java
---
@@ -752,6 +753,30 @@ public Activity createActivityFromProcessor(Processor
processor,
return activity;
}
+ public Configuration createNestedRelationship(Processor processor,
Workflow childWorkflow, Profile profile) {
--- End diff --
I agree, the name isn't very good. I changed it.
---