WaitForActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to pause the workflow until the value of the specified list field has the specified relationship to 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 workflow context that contains properties associated with the active workflow instance. | |
__ListId | Gets or sets the GUID or display name of a specified list. | |
__ListItem | Gets or sets an integer that represents a specified list item. | |
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 name of the list item field for comparison. | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
Operator | Gets or sets the comparison operator. | |
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 compare with the value found in the specific list field. | |
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 that the class promotes for use by the workflow runtime. | |
__ListIdProperty | Represents the __ListId that the class promotes for use by the workflow runtime. | |
__ListItemProperty | Represents the __ListItem that the class promotes for use by the workflow runtime. | |
_afterProperties | Specifies a hash table of properties consisting of string/value pairs that correspond to fields in the SPItem after the workflow is executed. | |
_beforeProperties | Specifies a hash table of properties consisting of string/value pairs that correspond to fields in the SPItem before the workflow is executed. | |
_corrWorkflow | Specifies the workflow correlation token. | |
_workflowId | Specifies the workflow ID. | |
EnterWaitComment | Specifies the comment text that is entered as a property of the list item as the workflow is paused. | |
ExitWaitComment | Specifies the comment text that is entered as a property of the list item as the workflow is resumed. | |
FieldNameProperty | Represents the FieldName that the class promotes for use by the workflow runtime. | |
OperatorProperty | Represents the Operator that the class promotes for use by the workflow runtime. | |
ValueProperty | Represents the Value that the class promotes for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) | |
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | (Inherited from SequenceActivity.) |
Top