[DumpOpenorgs] fixed issues in workflow definition
This commit is contained in:
parent
8e38d9e01c
commit
af87da12f9
|
@ -182,7 +182,7 @@
|
||||||
<!-- Sub-workflow which runs the dump for the organizations with on openorg identifier -->
|
<!-- Sub-workflow which runs the dump for the organizations with on openorg identifier -->
|
||||||
<action name="dump_organization">
|
<action name="dump_organization">
|
||||||
<sub-workflow>
|
<sub-workflow>
|
||||||
<app-path>${wf:appPath()}/dump_organizations
|
<app-path>${wf:appPath()}/dump_organization
|
||||||
</app-path>
|
</app-path>
|
||||||
<propagate-configuration/>
|
<propagate-configuration/>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
<arg>--sourcePath</arg><arg>${sourcePath}/organization</arg>
|
<arg>--sourcePath</arg><arg>${sourcePath}/organization</arg>
|
||||||
<arg>--outputPath</arg><arg>${outputPath}/dump/openorgs</arg>
|
<arg>--outputPath</arg><arg>${outputPath}/dump/openorgs</arg>
|
||||||
</spark>
|
</spark>
|
||||||
<ok to="make_archive"/>
|
<ok to="End"/>
|
||||||
<error to="Kill"/>
|
<error to="Kill"/>
|
||||||
</action>
|
</action>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue