Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutedPath ¶ added in v1.8.0
type ExecutedPath struct {
Edges [][2]string // deduped executed (from,to) pairs, in first-seen order
Visited map[string]bool // every node touched, including the current state
Current string // the workflow's current state ("you are here")
}
ExecutedPath captures which edges and nodes a specific workflow instance actually traversed, derived from its WorkflowAction history.
type ExecutorModel ¶
type ExecutorModel struct {
ID int64
Group string
Host string
StartedAt string
LastAlive string
CssClass string
}
ExecutorModel maps executor info for the view.
type WebController ¶
type WebController struct {
controllers.AuthController
// contains filtered or unexported fields
}
func NewWebController ¶
func NewWebController(manager *engine.WorkflowManager, userRepo engine.UserRepo) *WebController
func (*WebController) RegisterRoutes ¶
func (c *WebController) RegisterRoutes()
Click to show internal directories.
Click to hide internal directories.