WorkflowInstance.ApplyWorkflowChanges(WorkflowChanges) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Applies changes to the workflow instance specified by the WorkflowChanges object.
public:
void ApplyWorkflowChanges(System::Workflow::ComponentModel::WorkflowChanges ^ workflowChanges);
public void ApplyWorkflowChanges(System.Workflow.ComponentModel.WorkflowChanges workflowChanges);
member this.ApplyWorkflowChanges : System.Workflow.ComponentModel.WorkflowChanges -> unit
Public Sub ApplyWorkflowChanges (workflowChanges As WorkflowChanges)
Parameters
- workflowChanges
- WorkflowChanges
A WorkflowChanges specifying dynamic updates for the workflow instance.
Exceptions
The workflow runtime engine is not running.
Remarks
If the workflow instance is not already suspended, the workflow runtime engine temporarily suspends the instance before applying the changes.