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.("orig_id")$</PARAM>
15
	</PARAMETERS>
16
	<ARCS>
17
		<ARC to="DeleteMDStoreDBMF"/>
18
	</ARCS>
19
</NODE>
20

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