# README

goravel流程审批框架

流程流转

func (w *Workflow) Transfer(process_id int, user models.User) error{}

设置头节点,设置第一个审批人

func (w *Workflow) SetFirstProcessAuditor(entry models.Entry, flowlink models.Flowlink) error{}

获取审批人

func (w *Workflow) GetProcessAuditorIds(entry models.Entry, next_process_id int) []int{}

发送通知

func (w *Workflow) Notify(proc models.Proc) error{}

# Packages

No description provided by the author

# Functions

No description provided by the author
NewBaseWorkflow 单例工厂方法.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author