Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ProcessEndSend 流程结束后发送 ProcessEndSend = 1 // ProcessNowSend 当前节点通过直接发送 ProcessNowSend = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutomationNotification ¶
type AutomationNotification struct {
// contains filtered or unexported fields
}
func NewAutomationNotification ¶
func NewAutomationNotification(taskSvc task.Service, userSvc user.Service, integrations []method.NotifyIntegration) (*AutomationNotification, error)
type StartNotification ¶ added in v1.8.0
type StartNotification struct {
// contains filtered or unexported fields
}
func NewStartNotification ¶ added in v1.8.0
func NewStartNotification(userSvc user.Service, templateSvc template.Service, integrations []method.NotifyIntegration) (*StartNotification, error)
type UserNotification ¶
type UserNotification struct {
// contains filtered or unexported fields
}
func NewUserNotification ¶
func NewUserNotification(engineSvc engineSvc.Service, templateSvc templateSvc.Service, orderSvc order.Service, userSvc user.Service, taskSvc task.Service, departMentSvc department.Service, integrations []method.NotifyIntegration) (*UserNotification, error)
Click to show internal directories.
Click to hide internal directories.