WorkflowChanges Class
Represents a set of proposed changes to a running workflow instance.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | WorkflowChanges(Activity^) | Initializes a new instance of the WorkflowChanges class. |
| Name | Description | |
|---|---|---|
![]() | TransientWorkflow | Returns a cloned activity tree to which changes can be made and then applied to the running workflow instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | GetCondition(Object^) | Gets the condition property on a dependency object. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | SetCondition(Object^, Object^) | Sets the condition property on a dependency object. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Validate() | Validates the current set of proposed changes that have been made to the activity tree represented by the TransientWorkflow property. |
| Name | Description | |
|---|---|---|
![]() ![]() | ConditionProperty | Specifies the condition that must be satisfied to apply the WorkflowChanges. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
All proposed changes to a running workflow instance must be made using a WorkflowChanges object.
When a WorkflowChanges object is constructed in application code (outside the workflow instance), the Activity object that is passed to the constructor must be the object that is returned by the GetWorkflowDefinition method of the WorkflowInstance class.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
System.Workflow.ComponentModel Namespace
Using Workflow Changes in Workflows




