mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
修改测试用例
This commit is contained in:
@@ -43,4 +43,15 @@ public class ACmp{
|
||||
public void onAcmpSuccess(NodeComponent bindCmp){
|
||||
System.out.println("Acmp success");
|
||||
}
|
||||
|
||||
@LiteflowMethod(LiteFlowMethodEnum.ON_ERROR)
|
||||
public void onAcmpError(NodeComponent bindCmp){
|
||||
System.out.println("Acmp error");
|
||||
}
|
||||
|
||||
@LiteflowMethod(LiteFlowMethodEnum.IS_END)
|
||||
public boolean isAcmpEnd(NodeComponent bindCmp) {
|
||||
System.out.println("Acmp end config");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user