Project

General

Profile

1
<NODE name="SET_INFO" isStart="true" type="SetProviderInfo">
2
	<DESCRIPTION>Set information about current 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="FIND_MATCHES"/>
10
	</ARCS>
11
</NODE>
12

    
13
<NODE name="FIND_MATCHES" type="ExecuteSql">
14
	<DESCRIPTION>Add new journal to patch entry tables</DESCRIPTION>
15
    <PARAMETERS>
16
    	<PARAM name="dbProperty" type="string" managedBy="system" required="true">dnet.openaire.db.name</PARAM>
17
        <PARAM name="sql" type="string" managedBy="user" required="true" function="listFiles('/eu/dnetlib/msro/openaireplus/workflows/repo-hi/doaj_journals/sql','sql')"></PARAM>
18
	</PARAMETERS>
19
    <ARCS>
20
		<ARC to="success"/>
21
	</ARCS>
22
</NODE>
(2-2/2)