@@ -20,6 +20,7 @@ import java.util.Date;
* 组件步骤对象
*
* @author Bryan.Zhang
+ * @author Jay li
*/
public class CmpStep {
@@ -35,6 +35,7 @@ import java.util.function.Predicate;
* @author LeoLee
* @author DaleLee
@SuppressWarnings("unchecked")
public class Slot {
@@ -14,7 +14,7 @@
<bean class="com.yomahub.liteflow.spring.ComponentScanner"/>
<bean id="liteflowConfig" class="com.yomahub.liteflow.property.LiteflowConfig">
- <property name="ruleSource" value="base/flow.el.xml"/>
+ <property name="ruleSource" value="instanceIds/flow.el.xml"/>
</bean>
<bean id="flowExecutor" class="com.yomahub.liteflow.core.FlowExecutor">