Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to create a task and assigns it to a specified user.
The CollectDataTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CollectDataTask | Initializes a new instance of the CollectDataTask class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
__Context | Gets or sets the workflow context that contains properties that are associated with the active workflow instance. |
![]() |
Activities | (Inherited from CompositeActivity.) |
![]() |
AssignedTo | Gets or sets the information about the persons to whom the task is assigned. |
![]() |
CanModifyActivities | (Inherited from CompositeActivity.) |
![]() |
ContentTypeId | Gets or sets the ID of the content type associated with the task. |
![]() |
Description | (Inherited from Activity.) |
![]() |
DesignMode | (Inherited from DependencyObject.) |
![]() |
Enabled | (Inherited from Activity.) |
![]() |
EnabledActivities | (Inherited from CompositeActivity.) |
![]() |
ExecutionResult | (Inherited from Activity.) |
![]() |
ExecutionStatus | (Inherited from Activity.) |
![]() |
InProperties | Gets or sets the information about the activity before it has executed. |
![]() |
IsDynamicActivity | (Inherited from Activity.) |
![]() |
Name | (Inherited from Activity.) |
![]() |
OutProperties | Gets or sets the information about the activity after it completes. |
![]() |
Parent | (Inherited from Activity.) |
![]() |
ParentDependencyObject | (Inherited from DependencyObject.) |
![]() |
QualifiedName | (Inherited from Activity.) |
![]() |
Site | (Inherited from DependencyObject.) |
![]() |
TaskId | Gets or sets the ID of the task. |
![]() |
Title | Gets or sets the title of the task. |
![]() |
UserData | (Inherited from DependencyObject.) |
![]() |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
![]() |
Canceling | (Inherited from Activity.) |
![]() |
Closed | (Inherited from Activity.) |
![]() |
Compensating | (Inherited from Activity.) |
![]() |
Executing | (Inherited from Activity.) |
![]() |
Faulting | (Inherited from Activity.) |
![]() |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
__ContextProperty | Used to promote the __Context property for use by the workflow runtime. |
![]() |
_corrTask | Used to correlate messages to the task. |
![]() |
_corrWorkflow | Used to correlate messages to the workflow. |
![]() |
_inProperties | Represents the information about the activity before it has executed. |
![]() |
_lastExecutor | Represents the ID of the user who executed the activity. |
![]() |
_OuTCOME | Represents the execution result of the task. |
![]() |
_outProperties | Represents the information about the activity after it has executed. |
![]() |
_taskId | Represents the ID of the task. |
![]() |
_workflowId | Represents the ID of the active workflow instance. |
![]() ![]() |
AssignedToProperty | Used to promote the AssignedTo property for use by the workflow runtime. |
![]() ![]() |
ContentTypeIdProperty | Used to promote the ContentTypeId property for use by the workflow runtime. |
![]() ![]() |
InPropertiesProperty | Used to promote the InProperties property for use by the workflow runtime. |
![]() ![]() |
OutPropertiesProperty | Used to promote the OutProperties property for use by the workflow runtime. |
![]() ![]() |
TaskIdProperty | Used to promote the TaskId property for use by the workflow runtime. |
![]() ![]() |
TitleProperty | Used to promote the Title property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IComponent.Disposed | (Inherited from DependencyObject.) |
![]() ![]() |
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | (Inherited from SequenceActivity.) |
Top