update FAQ
This commit is contained in:
parent
cfbf5ba39a
commit
f89249ec3d
|
|
@ -23,7 +23,7 @@
|
|||
* [开发环境搭建](后端开发文档.md#项目编译)
|
||||
* [自定义任务插件文档](任务插件开发.md#任务插件开发)
|
||||
* FAQ
|
||||
* [FAQ](EasyScheduler%20FAQ.md#FAQ)
|
||||
* [FAQ](EasyScheduler FAQ.md#FAQ)
|
||||
* 系统版本升级文档
|
||||
* [版本升级](升级文档.md)
|
||||
* 历次版本发布内容
|
||||
|
|
|
|||
|
|
@ -102,11 +102,18 @@
|
|||
<img src="https://analysys.github.io/easyscheduler_docs_cn/images/instance-detail.png" width="60%" />
|
||||
</p>
|
||||
|
||||
> 双击任务节点,点击“查看日志”,查看任务执行日志。
|
||||
> 点击任务节点,点击“查看日志”,查看任务执行日志。
|
||||
|
||||
<p align="center">
|
||||
<img src="https://analysys.github.io/easyscheduler_docs_cn/images/task-log.png" width="60%" />
|
||||
</p>
|
||||
|
||||
> 点击任务实例节点,点击**查看历史**,可以查看该流程实例运行的该任务实例列表
|
||||
|
||||
<p align="center">
|
||||
<img src="https://analysys.github.io/EasyScheduler/zh_CN/images/task_history.png" width="60%" />
|
||||
</p>
|
||||
|
||||
|
||||
> 对工作流实例的操作:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue