mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
enhancement: #I1W8OW 提一个需求点:一个组件出错能记录一些重要信息
This commit is contained in:
@@ -47,4 +47,12 @@ public interface Slot {
|
||||
public void setChainName(String chainName);
|
||||
|
||||
public String getChainName();
|
||||
|
||||
public boolean isSuccess();
|
||||
|
||||
public void setSuccess(boolean success);
|
||||
|
||||
public String getErrorMsg();
|
||||
|
||||
public void setErrorMsg(String errorMsg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user