Sdílet prostřednictvím


IWorkflowInstanceManagement.TransactedUnsuspend(Guid) Metoda

Definice

Obnoví zadanou instanci pracovního postupu v rámci transakce.

public:
 void TransactedUnsuspend(Guid instanceId);
[System.ServiceModel.OperationContract(Name="TransactedUnsuspend")]
[System.ServiceModel.TransactionFlow(System.ServiceModel.TransactionFlowOption.Allowed)]
public void TransactedUnsuspend (Guid instanceId);
[<System.ServiceModel.OperationContract(Name="TransactedUnsuspend")>]
[<System.ServiceModel.TransactionFlow(System.ServiceModel.TransactionFlowOption.Allowed)>]
abstract member TransactedUnsuspend : Guid -> unit
Public Sub TransactedUnsuspend (instanceId As Guid)

Parametry

instanceId
Guid

Identifikátor GUID instance pracovního postupu, který se má obnovit.

Atributy

Poznámky

Proces unsuspend obnoví dočasně zastavenou instanci pracovního postupu.

Platí pro