From d665a725126f9f91380b81676cd09b2c8a00de98 Mon Sep 17 00:00:00 2001 From: "bryan.zhang" Date: Thu, 2 Apr 2020 19:07:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide_cn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide_cn.md b/docs/guide_cn.md index a2293343e..11ccf9b02 100644 --- a/docs/guide_cn.md +++ b/docs/guide_cn.md @@ -301,7 +301,7 @@ public class HComponent extends NodeComponent { ``` 这段代码演示了在某个业务节点内调用另外一个流程链的方法 -## 7.6步骤打印 +## 7.7步骤打印 liteFlow在执行每一条流程链后会打印步骤 样例如下: @@ -317,7 +317,7 @@ a==>c==>h(START)==>m==>p==>p1==>h(END)==>g ``` ?> 其中h节点分start和end两个步骤,说明在h节点内调用了另一条流程。start和end之间的步骤就是另一条流程的步骤 -## 7.7监控 +## 7.8监控 liteFlow提供了简单的监控,目前只统计一个指标:每个组件的平均耗时 每5分钟会打印一次,并且是根据耗时时长倒序排的。