Project

General

Profile

1
<NODE name="DeleteObjectStore" type="DeleteObjectStore" isStart="true">
2
	<DESCRIPTION>Delete the associated ObjectStore</DESCRIPTION>
3
	<PARAMETERS>
4
		<PARAM required="true" type="string" name="objectstoreId" managedBy="system" category="OBJECTSTORE_ID">$params.("objs_id")$</PARAM>
5
	</PARAMETERS>
6
	<ARCS>
7
		<ARC to="DeleteMetaWorkflow"/>
8
	</ARCS>
9
</NODE>
10

    
11
<NODE name="DeleteMetaWorkflow" type="DeleteOpenaireMetaWf">
12
	<DESCRIPTION>Delete the MetaWorkflow</DESCRIPTION>
13
	<PARAMETERS>
14
		<PARAM required="true" type="string" name="metaWfId" managedBy="system">$params.("META_WORKFLOW_ID")$</PARAM>
15
	</PARAMETERS>
16
	<ARCS>
17
		<ARC to="success"/>
18
	</ARCS>
19
</NODE>
(5-5/6)