Usage ¶
getWorkItemInfo(session
: hapi.Session, graph_context_id
: int
, work_item_id
: int
) → hapi.PDG_WorkItemInfo
Retrieves the info of a given work item by id.
session
The session of Houdini you are interacting with. See hapi.Session for more on sessions. Pass None to just use the default in-process session.
graph_context_id
The graph context that the work item is in.
work_item_id
The id of the work item.
Returns work_item_info as a hapi.PDG_WorkItemInfo.