better default values for wf template of periodo

This commit is contained in:
Alessia Bardi 2022-10-10 17:06:53 +02:00
parent 5526edf1d2
commit d9ea174948
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
<CONFIGURATION status="WAIT_SYS_SETTINGS" start="MANUAL"> <CONFIGURATION status="WAIT_SYS_SETTINGS" start="MANUAL">
<PARAMETERS> <PARAMETERS>
<PARAM name="publisherEndpoint" description="AriadnePlus Publisher Endpoint" required="true" managedBy="user" type="string">http://localhost:8281/ariadneplus-graphdb</PARAM> <PARAM name="publisherEndpoint" description="AriadnePlus Publisher Endpoint" required="true" managedBy="user" type="string">https://aggregator.ariadne.d4science.org/ariadneplus-graphdb</PARAM>
<PARAM name="context" description="GraphDB context related to periodo data" required="true" managedBy="user" type="string"></PARAM> <PARAM name="context" description="GraphDB context related to periodo data" required="true" managedBy="user" type="string">ariadneplus::<PROVIDER>::periodo</PARAM>
<PARAM name="dataUrl" description="Url of Periodo file to import" required="true" managedBy="user" type="string"></PARAM> <PARAM name="dataUrl" description="Url of Periodo file to import" required="true" managedBy="user" type="string"></PARAM>
</PARAMETERS> </PARAMETERS>
<WORKFLOW> <WORKFLOW>