Github user HansBrende commented on a diff in the pull request:
https://github.com/apache/any23/pull/121#discussion_r217044600
--- Diff: api/src/main/resources/default-configuration.properties ---
@@ -76,3 +76,6 @@ any23.extraction.csv.comment=#
# A confidence threshold for the OpenIE extractions
# Any extractions below this value will not be processed.
any23.extraction.openie.confidence.threshold=0.5
+
+# Allows to enable(on)/disable(off) the workflow feature
+any23.extraction.workflows=off
--- End diff --
No extra flag should be needed for this.
---