Hi all,
I have been working on the $subject. Please review the PR
<https://github.com/apache/incubator-taverna-common-activities/pull/24https://github.com/>.
I think we should come up with a better architecture for this. All
suggestions are welcome !.
Also CWL import can be represented as a linked document. But in this case
it's going to be problem for example
$import: a.yaml
a.yaml = { $import: b.yaml }
b.yaml = {$import: a.yaml}
This cannot be resolved since it will cause a non stop recursive scenario.
regards,
Thilina