MCPcopy
hub / github.com/hatchet-dev/hatchet / WorkflowDetailsView

Struct WorkflowDetailsView

cmd/hatchet-cli/cli/tui/workflow_details.go:20–34  ·  view source on GitHub ↗

WorkflowDetailsView displays details about a specific workflow and its recent runs

Source from the content-addressed store, hash-verified

18
19// WorkflowDetailsView displays details about a specific workflow and its recent runs
20type WorkflowDetailsView struct {
21 lastFetch time.Time
22 table *TableWithStyleFunc
23 workflow *rest.Workflow
24 debugLogger *DebugLogger
25 workflowID string
26 tasks []rest.V1TaskSummary
27 BaseModel
28 currentOffset int64
29 pageSize int64
30 totalCount int
31 loading bool
32 showDebug bool
33 hasMore bool
34}
35
36// workflowDetailsMsg contains the fetched workflow details
37type workflowDetailsMsg struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected