[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 -->
|
||||
<action name="dump_organization">
|
||||
<sub-workflow>
|
||||
<app-path>${wf:appPath()}/dump_organizations
|
||||
<app-path>${wf:appPath()}/dump_organization
|
||||
</app-path>
|
||||
<propagate-configuration/>
|
||||
<configuration>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue