Project

General

Profile

1
<NODE name="SET_INFO" isStart="true" type="SetEagleInfo">
2
	<DESCRIPTION>Retrieve information about current Content Provider</DESCRIPTION>
3
	<PARAMETERS>
4
		<PARAM required="true" type="string" name="providerId" managedBy="system">$params.("dataprovider:id")$</PARAM>
5
		<PARAM required="true" type="string" name="providerName" managedBy="system">$params.("dataprovider:name")$</PARAM>
6
		<PARAM required="true" type="string" name="api" managedBy="system">$params.("dataprovider:interface")$</PARAM>
7
	</PARAMETERS>
8
	<ARCS>
9
		<ARC to="DeleteMetaWorkflow"/>
10
	</ARCS>
11
</NODE>
12

    
13
<NODE name="DeleteMetaWorkflow" type="DeleteMetaWf">
14
	<DESCRIPTION>Delete the MetaWorkflow</DESCRIPTION>
15
	<PARAMETERS>
16
		<PARAM required="true" type="string" name="metaWfId" managedBy="system">$params.("META_WORKFLOW_ID")$</PARAM>
17
	</PARAMETERS>
18
	<ARCS>
19
		<ARC to="DeleteObjectStore"/>
20
	</ARCS>
21
</NODE>
22

    
23
<NODE name="DeleteObjectStore" type="DeleteObjectStore">
24
	<DESCRIPTION>Delete the associated ObjectStore</DESCRIPTION>
25
	<PARAMETERS>
26
		<PARAM required="true" type="string" name="objectstoreId" managedBy="system">$params.("imgstore_id")$</PARAM>
27
	</PARAMETERS>
28
	<ARCS>
29
		<ARC to="success"/>
30
	</ARCS>
31
</NODE>
(6-6/9)