WorkflowUpdateableControlClient.Update(Guid, WorkflowIdentity) Method

Definition

Updates the specified workflow instance.

public:
 void Update(Guid instanceId, System::Activities::WorkflowIdentity ^ updatedDefinitionIdentity);
public void Update (Guid instanceId, System.Activities.WorkflowIdentity updatedDefinitionIdentity);
member this.Update : Guid * System.Activities.WorkflowIdentity -> unit
Public Sub Update (instanceId As Guid, updatedDefinitionIdentity As WorkflowIdentity)

Parameters

instanceId
Guid

The workflow instance to update.

updatedDefinitionIdentity
WorkflowIdentity

The updated workflow identity.

Applies to