refactor: group options-related logic in //src/common/options

Change-Id: Ib505da278accd878478399967efd72c8d89095ce
diff --git a/src/features/workflows/workflows.feature.ts b/src/features/workflows/workflows.feature.ts
index 7a6976c..9033ecb 100644
--- a/src/features/workflows/workflows.feature.ts
+++ b/src/features/workflows/workflows.feature.ts
@@ -1,6 +1,6 @@
 import Feature from '../../common/architecture/features/Feature';
 import { ConcreteScript } from '../../common/architecture/scripts/Script';
-import { OptionCodename } from '../../common/optionsPrototype';
+import { OptionCodename } from '../../common/options/optionsPrototype';
 import WorkflowsDependenciesSetUpAtMainScript from './scripts/dependenciesSetUpAtMain.script';
 import WorkflowsDependenciesSetUpAtStartScript from './scripts/dependenciesSetUpAtStart.script';
 import WorkflowsNodeWatcherScript from './scripts/nodeWatcher.script';