Project

General

Profile

1
<NODE name="DeleteMetaWorkflow" type="DeleteOpenaireMetaWf" isStart="true">
2
	<DESCRIPTION>Delete the MetaWorkflow</DESCRIPTION>
3
	<PARAMETERS>
4
		<PARAM required="true" type="string" name="metaWfId" managedBy="system">$params.("META_WORKFLOW_ID")$</PARAM>
5
	</PARAMETERS>
6
	<ARCS>
7
		<ARC to="DeleteMDStoreGMF"/>
8
	</ARCS>
9
</NODE>
10

    
11
<NODE name="DeleteMDStoreGMF" type="DeleteMDStore">
12
	<DESCRIPTION>Delete the GMF mdstore</DESCRIPTION>
13
	<PARAMETERS>
14
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system" category="MDSTORE_ID">$params.("harv_id")$</PARAM>
15
	</PARAMETERS>
16
	<ARCS>
17
		<ARC to="DeleteMDStoreOAF"/>
18
	</ARCS>
19
</NODE>
20

    
21
<NODE name="DeleteMDStoreOAF" type="DeleteMDStore">
22
	<DESCRIPTION>Delete the OAF mdstore</DESCRIPTION>
23
	<PARAMETERS>
24
		<PARAM required="true" type="string" name="mdstoreId" managedBy="system" category="MDSTORE_ID">$params.("tran_id")$</PARAM>
25
	</PARAMETERS>
26
	<ARCS>
27
		<ARC to="success"/>
28
	</ARCS>
29
</NODE>
(3-3/5)