| ProcessControllerGetAllActiveWorkItemsForTargetDataObject Method |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic List<WorkItemInfo> GetAllActiveWorkItemsForTargetDataObject(
int targetDataObjectId,
int userId = 0,
bool onlyOpenWorkItems = false,
int activityId = 0
)
Parameters
- targetDataObjectId
- Type: SystemInt32
- userId (Optional)
- Type: SystemInt32
If zero then work items for all users are returned.
- onlyOpenWorkItems (Optional)
- Type: SystemBoolean
If true only work items where no action has yet been taken will be considered.
- activityId (Optional)
- Type: SystemInt32
Only get workitems from this activity.
If zero then work items for all activities are returned.
Return Value
Type:
ListWorkItemInfo
See Also