增加提示语句

This commit is contained in:
bryan.zhang
2018-01-17 19:25:15 +08:00
parent 4f1e1c47c2
commit 617d043157
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<artifactId>liteflow</artifactId>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<version>1.2.11</version>
<version>1.2.12</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@@ -124,6 +124,8 @@ public class FlowExecutor {
LOG.info("[{}]:component[{}] lead the chain to end",slot.getRequestId(),component.getClass().getSimpleName());
break;
}
}else {
LOG.info("[{}]:component[{}] do not have access",slot.getRequestId(),component.getClass().getSimpleName());
}
}catch(Throwable t){
if(component.isContinueOnError()){