mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
在LiteflowResponse方法中增加getExecuteStepWithTime方法
This commit is contained in:
@@ -111,7 +111,11 @@ public class LiteflowResponse implements Serializable {
|
||||
}
|
||||
|
||||
public String getExecuteStepStr(){
|
||||
return this.getSlot().getExecuteStepStr();
|
||||
return getExecuteStepStrWithoutTime();
|
||||
}
|
||||
|
||||
public String getExecuteStepStrWithTime(){
|
||||
return this.getSlot().getExecuteStepStr(true);
|
||||
}
|
||||
|
||||
public String getExecuteStepStrWithoutTime(){
|
||||
|
||||
Reference in New Issue
Block a user