IWorkflowInstanceManagement.TransactedRun(Guid) Methode

Definition

Führt die angegebene Workflowinstanz innerhalb einer Transaktion aus.

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

Parameter

instanceId
Guid

Der GUID-Bezeichner der auszuführenden Workflowinstanz.

Attribute

Gilt für