WaitForDocumentStatusActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to pause the workflow until a specified document is in a specified status.
The WaitForDocumentStatusActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WaitForDocumentStatusActivity | Initializes a new instance of the WaitForDocumentStatusActivity class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the workflow context that contains the properties that are associated with the active workflow instance. | |
__ListId | Gets or sets the GUID or name of the list that contains the list item. | |
__ListItem | Gets or sets an object that represents the list item associated with the current workflow instance. | |
Comments | Gets or sets the comments for the WaitForDocumentStatusActivity. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
DocumentStatus | Gets or sets the status of the document that is associated with the current workflow. | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
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 | Represents the __Context property that the class promotes for use by the workflow runtime. | |
__ListIdProperty | Represents the __ListId property that the class promotes for use by the workflow runtime. | |
__ListItemProperty | Represents the __ListItem property that the class promotes for use by the workflow runtime. | |
CommentsProperty | Represents the Comments property that the class promotes for use by the workflow runtime. | |
DocumentStatusProperty | Represents the DocumentStatus property that the class promotes for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IActivityEventListener<QueueEventArgs>.OnEvent | Handles the subscribed-to event. | |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top