IWorkflowInstanceManagement.TransactedTerminate(Guid, String) Method

Definition

Terminates the specified workflow instance within a transaction.

C#
[System.ServiceModel.OperationContract(Name="TransactedTerminate")]
[System.ServiceModel.TransactionFlow(System.ServiceModel.TransactionFlowOption.Allowed)]
public void TransactedTerminate(Guid instanceId, string reason);

Parameters

instanceId
Guid

The GUID identifier of the workflow instance to terminate.

reason
String

The reason to terminate the workflow instance.

Attributes

Remarks

The terminate process brings a workflow instance to an end.

Applies to

Proizvod Verzije
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1