Skip to main content

Module tasklog

Module tasklog 

Source
Expand description

任务流水与「走过」的算法。

一条流水=时间、步骤名、一句话、过没过。步骤名带后缀的(·审 审查、·判 机器判据) 给这一步的结论投票;不带后缀的(重新执行一次)把结论从头算

Re-exports§

pub use crate::schema::text_of;

Functions§

done
哪些步骤走过了。steps 是工作流上的步骤名,按定义顺序。
next_step
第一个没走到的步骤。
state_line
状态行:下一步是谁,或者都走过了。