Revision 41852
Added by Sandro La Bruzzo over 8 years ago
repo_hi_simple.xml | ||
---|---|---|
52 | 52 |
</PARAMETERS> |
53 | 53 |
<ARCS> |
54 | 54 |
<ARC to="createDc" /> |
55 |
<ARC to="createOaf" />
|
|
55 |
<!--<ARC to="createOaf" />-->
|
|
56 | 56 |
</ARCS> |
57 | 57 |
</NODE> |
58 | 58 |
|
... | ... | |
68 | 68 |
<ARC to="updateParameters" /> |
69 | 69 |
</ARCS> |
70 | 70 |
</NODE> |
71 |
<NODE name="createOaf" type="CreateMDStore">
|
|
72 |
<DESCRIPTION>Create OAF store</DESCRIPTION>
|
|
73 |
<PARAMETERS>
|
|
74 |
<PARAM name="format" value="OAF" />
|
|
75 |
<PARAM name="interpretation" value="cleaned" />
|
|
76 |
<PARAM name="layout" value="store" />
|
|
77 |
<PARAM name="outputPrefix" value="tran_" />
|
|
78 |
</PARAMETERS>
|
|
79 |
<ARCS>
|
|
80 |
<ARC to="updateParameters" />
|
|
81 |
</ARCS>
|
|
82 |
</NODE>
|
|
71 |
<!--<NODE name="createOaf" type="CreateMDStore">-->
|
|
72 |
<!--<DESCRIPTION>Create OAF store</DESCRIPTION>-->
|
|
73 |
<!--<PARAMETERS>-->
|
|
74 |
<!--<PARAM name="format" value="OAF" />-->
|
|
75 |
<!--<PARAM name="interpretation" value="cleaned" />-->
|
|
76 |
<!--<PARAM name="layout" value="store" />-->
|
|
77 |
<!--<PARAM name="outputPrefix" value="tran_" />-->
|
|
78 |
<!--</PARAMETERS>-->
|
|
79 |
<!--<ARCS>-->
|
|
80 |
<!--<ARC to="updateParameters" />-->
|
|
81 |
<!--</ARCS>-->
|
|
82 |
<!--</NODE>-->
|
|
83 | 83 |
|
84 |
<NODE name="updateParameters" type="UpdateWfParameters" isJoin="true"> |
|
84 |
<!--<NODE name="updateParameters" type="UpdateWfParameters" isJoin="true">--> |
|
85 |
<NODE name="updateParameters" type="UpdateWfParameters"> |
|
85 | 86 |
<DESCRIPTION>Update Workflow Parameters</DESCRIPTION> |
86 | 87 |
<PARAMETERS> |
87 | 88 |
<PARAM name="envParams"> |
Also available in: Unified diff
trying to resolve bug