Github user stain commented on a diff in the pull request:
https://github.com/apache/incubator-taverna-language/pull/41#discussion_r207896106
--- 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 --
Unsure about _relationship_ here.. Should we call this method
`setAsNestedWorkflow()` or something?
---