Remove Traditional/Basic Workflow from codebase and database - add TODO comment to Curation

This commit is contained in:
Samuel
2021-02-23 20:34:16 +01:00
parent 1dc0a815f2
commit 8306d30341

View File

@@ -159,6 +159,8 @@ public class Curation extends DSpaceRunnable<CurationScriptConfiguration> {
}
curator.curate(context, entry.getObjectId());
} else {
// TODO: Remove this exception once curation tasks are supported by configurable workflow
// e.g. see https://github.com/DSpace/DSpace/pull/3157
throw new IllegalArgumentException("curation for workflow items is no longer supported");
}
}