WorkflowInstanceSuspendedRecord Constructors

Definition

Creates a new instance of the WorkflowInstanceSuspendedRecord class.

Overloads

WorkflowInstanceSuspendedRecord(Guid, String, String)

Creates a new instance of the WorkflowInstanceSuspendedRecord class.

C#
public WorkflowInstanceSuspendedRecord(Guid instanceId, string activityDefinitionId, string reason);

Parameters

instanceId
Guid

The instance ID of the suspended workflow.

activityDefinitionId
String

The display name of the root activity of the workflow.

reason
String

The reason the workflow was suspended.

Applies to

.NET Framework 4.8.1 and other versions
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

WorkflowInstanceSuspendedRecord(Guid, Int64, String, String)

Creates a new instance of the WorkflowInstanceSuspendedRecord class.

C#
public WorkflowInstanceSuspendedRecord(Guid instanceId, long recordNumber, string activityDefinitionId, string reason);

Parameters

instanceId
Guid

The instance ID of the suspended workflow.

recordNumber
Int64

A sequence that defines the order in which tracking records are generated.

activityDefinitionId
String

The display name of the root activity of the workflow.

reason
String

The reason the workflow was suspended.

Applies to

.NET Framework 4.8.1 and other versions
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

WorkflowInstanceSuspendedRecord(Guid, String, String, WorkflowIdentity)

Creates a new instance of the WorkflowInstanceSuspendedRecord class.

C#
public WorkflowInstanceSuspendedRecord(Guid instanceId, string activityDefinitionId, string reason, System.Activities.WorkflowIdentity workflowDefinitionIdentity);

Parameters

instanceId
Guid

The instance ID of the suspended workflow.

activityDefinitionId
String

The display name of the root activity of the workflow.

reason
String

The reason the workflow was suspended.

workflowDefinitionIdentity
WorkflowIdentity

The information about the workflow identity.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 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

WorkflowInstanceSuspendedRecord(Guid, Int64, String, String, WorkflowIdentity)

Creates a new instance of the WorkflowInstanceSuspendedRecord class.

C#
public WorkflowInstanceSuspendedRecord(Guid instanceId, long recordNumber, string activityDefinitionId, string reason, System.Activities.WorkflowIdentity workflowDefinitionIdentity);

Parameters

instanceId
Guid

The instance ID of the suspended workflow.

recordNumber
Int64

A sequence that defines the order in which tracking records are generated.

activityDefinitionId
String

The display name of the root activity of the workflow.

reason
String

The reason the workflow was suspended.

workflowDefinitionIdentity
WorkflowIdentity

The information about the workflow identity.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 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