Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/AssetOpsBench
/ TasksResult
Class
TasksResult
src/servers/wo/models.py:110–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
109
110
class
TasksResult(BaseModel):
111
parent_wonum: str
112
site_id: str
113
total: int
114
tasks: List[WorkOrderItem]
115
message: str
116
117
118
class
CostBreakdownEntry(BaseModel):
Callers
1
get_workorder_tasks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected