[DumpOpenorgs] fixed issues in workflow definition

This commit is contained in:
Miriam Baglioni 2024-08-08 16:28:23 +02:00
parent 8e38d9e01c
commit af87da12f9
2 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@
<!-- Sub-workflow which runs the dump for the organizations with on openorg identifier -->
<action name="dump_organization">
<sub-workflow>
<app-path>${wf:appPath()}/dump_organizations
<app-path>${wf:appPath()}/dump_organization
</app-path>
<propagate-configuration/>
<configuration>

View File

@ -85,7 +85,7 @@
<arg>--sourcePath</arg><arg>${sourcePath}/organization</arg>
<arg>--outputPath</arg><arg>${outputPath}/dump/openorgs</arg>
</spark>
<ok to="make_archive"/>
<ok to="End"/>
<error to="Kill"/>
</action>