The properties to be set for the Activity Control are described in this topic.
|
Property Name |
Description |
|
ID |
Identifier for the control |
|
ActionsData |
Workflow.NET.ActionsData Class object to get information like database ConnectionString, path of DirectorySource elements etc. that is configured in Workflow.Net.Config.Xml file. |
|
ActivityConfigHandler |
It is an object of Workflow.NET.ActivityList.ActivityConfig class which is used to retrieve details like columns to be displayed in ActivityList, Search fields for filtering the activities, various operator to be used for Search conditions etc. from ActivityXml.Xml file. In other words, it Contains column collection from which the activity list is build. |
|
ActivityDataHandler |
It is an object of Workflow.NET.ActivityList.ActivityData class. This class contains APIs to retrieve activity for users. |
|
ActivityDetailPageView |
Name of the Webpage(.aspx page) that displays the detailed view of the activity. That is each action’s User Interface can be shown in the same page or in a different page whenever the Activity Id(shown as Ref#) is clicked from Activitylist page. |
|
ApplicationName |
Name of the Workflow Application for which the activities to be filtered. |
|
BaseActivityFilter |
Query to be added along with the base activity query to fetch Activity data. For example, the base Activitydata fetches only the activities with ‘awaiting’ and ‘acknowledged’ status. If approved and rejected approvals should also be displayed in the ActivityList, then give the BaseActivityFilter like “ or SWA.Status in ('approved', 'rejected')”. |
|
CanPersonalizeColumns |
Takes boolean value. Determines whether to give option for personalizing the displayed columns or not. |
|
ColumnDisplayInstance |
Name given for displayed columns for each instance of Activity Control. For example, if there are five instances of Activity Control, each instances can be personalized with different column sets by providing a name. |
|
ConsiderPageForColumnDisplayInstance |
If value is not provided for ColumnDisplayInstnace property, then the current page name will be considered as name for the column set for that particular Activity Control Instance. |
|
DateCorrectionFactor |
Date correction factor to be set for various timezones (UTC variation factor) |
|
DefaultSortBy |
Default column to be sorted. This is the column on which the ActivityList is sorted. The value “SWA.Id desc” refers to ID column of SWActivityList table which is added along with Activity query that is taken from ActivityXml file. |
|
DisplayCustomFieldsInColumns |
Takes boolean value. Determines whether to display CustomFields(that are set for the actions in Process designer) or not. |
|
DisplayCustomFieldsInSearch |
Takes boolean value. Determines whether the Custom Fields can be added in “Advanced Search Options” for filtering the activity based on CustomField value. |
|
DisplaydotsAfterSubject |
Takes Boolean value. Determines whether to display dots (…) for the subject column in the Activitylist. |
|
DisplayTaskOfAllUsers |
Takes boolean value. Determines whether to display pending activities of all the users in the Activitylist or not. |
|
DisplayWorkflowLevelCustomFieldsInSearch |
Takes Boolean value. Determines whether to display the workflow level custom fields in the Search options. If “true” will not display the custom fields in the search query list. If “false”, all the custom fields comes under the above application will be displayed. |
|
GroupByActionType |
Action Type for which Group decision can be taken |
|
LoggedInUserIDInteger |
Takes integer value. Real UserId of the resource who is going to act on the activities if “DisplayTaskOfAllUsers” property is set to true. |
|
LoggedINUserIDString |
Takes string value. Real UserId of the resource who is going to act on the activities if “DisplayTaskOfAllUsers” property is set to true. |
|
LoggedInUserIDVirtualResourceId |
Takes integer value. Virtual UserId of the resource who is going to act on the activities if “DisplayTaskOfAllUsers” property is set to true. |
|
OpenDetailedViewinPopupWindow |
Takes Boolean value. Determines whether to display the ActivityDetailedView in a popup window instead of showing below the list of activities. |
|
RecordPerPage |
Number of activities or tasks to be shown per page. |
|
ResourceCalendarReadOnlyMode |
Takes boolean value. Determines whether to show Resource Calendar in Read-only mode or not. |
|
SubjectStringLength |
Specifying number of characters to be displayed for the Subject Column. |
|
UserID |
Real User ID of the resource based on which the pending activities can be shown. It is of object type (provided the Resource Identifier configured in ResourceHandler xml file should be of object type). |
|
UserIDInteger |
Real User ID of the resource based on which the pending activities can be shown. It is of numeric type (provided the Resource Identifier configured in ResourceHandler xml file should be of numeric type). |
|
UserIDString |
Real User ID of the resource based on which the pending activities can be shown. It is of string type (provided the Resource Identifier configured in ResourceHandler xml file should be of string type). |
|
VirtualResourceId |
VirtualUserId of the Resource. |
|
WorkflowNames |
Name of the workflows that has to be considered for filtering the pending activity list. If it is null, then all the workflows that comes for the workflow application will be considered. |