package
0.0.0-20241124055655-1c8b26b22b7a
Repository: https://github.com/onlypiglet/easy-workflow.git
Documentation: pkg.go.dev

# Constants

结束节点,结束节点不需要人参与,到了此节点,则流程实例完成.
参考activiti的网关.此项目中使用混合网关,等于activiti中排他、并行网关、包含网关的混合体.
开始(根)节点.
任务节点,指的是需要人完成的节点.

# Variables

No description provided by the author

# Structs

No description provided by the author
条件.
流程定义历史表.
流程节点执行关系定义历史表.
流程实例历史表.
流程实例变量历史表.
任务历史表.
混合网关,等于activiti中排他、并行网关、包含网关的混合体.
No description provided by the author
No description provided by the author
流程定义表.
No description provided by the author
流程节点执行关系定义表.
流程实例表.
流程实例变量表.
任务表.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

gorm中,定义数据表datetime字段类型为time.time时,查询返回格式类似2023-09-19T14:41:28+08:00 这种格式对人不友好,亦对前端处理不友好(js时间处理函数较弱) 故使用自定义类型,对时间格式做格式化处理.
No description provided by the author