All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yomahub.liteflow.enums.ChainExecuteModeEnum Maven / Gradle / Ivy

The newest version!
package com.yomahub.liteflow.enums;

/**
 * Chain执行模式,分为两种
 * 第一种是执行Chain的本体EL,为BODY
 * 第二种是执行Chain的决策路由,为ROUTE
 *
 * @author Bryan.Zhang
 * @since 2.12.0
 */
public enum ChainExecuteModeEnum {

    BODY,ROUTE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy