Edit

Share via


IWorkflowInstanceManagement.TransactedSuspend(Guid, String) Method

Definition

Suspends the specified workflow instance within a transaction.

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

Parameters

instanceId
Guid

The GUID identifier of the workflow instance to suspend.

reason
String

The reason the workflow instance is suspended.

Attributes

Remarks

The suspend process temporarily halts a workflow instance.

Applies to

Product Versions
.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