共用方式為


WorkflowUpdateableControlClient.Update(Guid, WorkflowIdentity) 方法

定義

更新指定的工作流程執行個體。

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)

參數

instanceId
Guid

要更新的工作流程執行個體。

updatedDefinitionIdentity
WorkflowIdentity

更新的工作流程識別。

適用於