diff --git a/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/oozie_app/workflow.xml b/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/oozie_app/workflow.xml
index 64dc0d2aa..c625fcb5b 100644
--- a/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-swh/src/main/resources/eu/dnetlib/dhp/swh/oozie_app/workflow.xml
@@ -47,7 +47,7 @@
Limit on the number of repo URLs to use (Optional); for debug purposes
- resume
+ resumeFrom
Variable that indicates the step to start from
@@ -80,8 +80,8 @@
- ${wf:conf('startFrom') eq 'collect-software-repository-urls'}
- ${wf:conf('startFrom') eq 'create-swh-actionsets'}
+ ${wf:conf('resumeFrom') eq 'collect-software-repository-urls'}
+ ${wf:conf('resumeFrom') eq 'create-swh-actionsets'}