WaitForActivity Members
Include Protected Members
Include Inherited Members
Pauses the workflow until the SharePoint Foundation 2010 list field equals the specified value.
The WaitForActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WaitForActivity | Initializes a new instance of the WaitForActivity class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the [WorkflowContext] from which the __ContextProperty property can expose information about the active workflow instance to the workflow runtime. | |
__ListId | Gets or sets the ID of the SharePoint Foundation 2010 list on which the item resides. | |
__ListItem | Gets or sets the specified SharePoint Foundation 2010 list item on the designated list. | |
Activities | (Inherited from CompositeActivity.) | |
CanModifyActivities | (Inherited from CompositeActivity.) | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
EnabledActivities | (Inherited from CompositeActivity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
FieldName | Gets or sets the field name on the SharePoint Foundation 2010 list item to be updated. | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
Operator | Gets or sets the comparison operator of the field to be updated to evaluate whether the condition is true so that the workflow activity can resume. | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
UserData | (Inherited from DependencyObject.) | |
Value | Gets or sets the value to be compared for evaluating whether the workflow activity can continue towards completion. | |
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 | The DependencyProperty object that promotes the __Context for use by the workflow runtime. | |
__ListIdProperty | The DependencyProperty object that promotes the __ListId for use by the workflow runtime. | |
__ListItemProperty | The DependencyProperty object that promotes the __ListItem for use by the workflow runtime. | |
_afterProperties | A hashtable containing the properties of the list item after the workflow has resumed and completed. | |
_beforeProperties | A hashtable containing the properties of the list item before the workflow has resumed and completed. | |
_corrWorkflow | Contains the workflow correlation token. | |
_workflowId | A GUID representing the workflow ID. | |
EnterWaitComment | The text of this comment is entered as a property of the list item as it pauses and waits for completion. | |
ExitWaitComment | The text of this comment is entered as a property of the list item as the workflow resumes. | |
FieldNameProperty | The DependencyProperty object that promotes the property for use by the workflow runtime. | |
OperatorProperty | The DependencyProperty object that promotes the Operator property for use by the workflow runtime. | |
ValueProperty | The DependencyProperty object that promotes the Value 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