手写工作流的一点实现思路
因为工作原因,需要使用工作流实现审批的功能,又因为公司有手写实现的传统,故而在这里分享一点实现的思路,并且按照该思路实现的功能已经使用在商业公司的项目案例中:

以上,工作流涉及会签和并签的概念,会签为并且的关系,并签则为或的关系
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true