You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by Thilina Manamgoda <ma...@apache.org> on 2017/04/08 22:00:38 UTC

CWL Pre Processing: $Import resolving

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