CommonActivityLoadOptionAttributes Properties |
The CommonActivityLoadOptionAttributes type exposes the following members.
Name | Description | |
---|---|---|
![]() | RequireWorkItem |
If set to true only activities for which at least one workitem exists for the active user are loaded.
If true, the following other filters are considered (they are not considered if RequireWorkItem is set to false):
* loadOptions.Attributes.WorkItemIdPosList
* loadOptions.Filter.AcceptanceFlags
* loadOptions.Filter.ActionStatus
* loadOptions.Filter.WorkItemDeletedStatus
|
![]() | TargetIdPosList |
Positive list of dataobjectid's. Unless the list is empty, only activities
belonging to a process having the provided target objects are loaded.
|
![]() | WorkItemIdPosList |
Positive list of workitemid's. Unless the list is empty
only activities for the provided workitem id's are loaded.
The filter is only used if RequireWorkItem = true.
|