everywhere.z 8 місяців тому
батько
коміт
18f049ff93

+ 1 - 1
liteflow-core/src/main/java/com/yomahub/liteflow/core/FlowExecutor.java

@@ -57,7 +57,7 @@ public class FlowExecutor {
 
 	private static final LFLog LOG = LFLoggerManager.getLogger(FlowExecutor.class);
 
-	private static final String PREFIX_FORMAT_CONFIG_REGEX = "xml:|json:|yml:|el_xml:|el_json:|el_yml:";
+	private static final String PREFIX_FORMAT_CONFIG_REGEX = "el_xml:|el_json:|el_yml:";
 
 	private LiteflowConfig liteflowConfig;