IWorkflowInstanceManagement.TransactedRun(Guid) Method

Definition

Runs the specified workflow instance within a transaction.

[System.ServiceModel.OperationContract(Name="TransactedRun")]
[System.ServiceModel.TransactionFlow(System.ServiceModel.TransactionFlowOption.Allowed)]
public void TransactedRun(Guid instanceId);

Parameters

instanceId
Guid

The GUID identifier of the workflow instance to run.

Attributes

Applies to