IExecutionContext.CorrelationId Property

Definition

Gets the GUID for tracking plug-in or custom workflow activity execution.

public:
 property Guid CorrelationId { Guid get(); };
public Guid CorrelationId { get; }
member this.CorrelationId : Guid
Public ReadOnly Property CorrelationId As Guid

Property Value

The GUID for tracking plug-in or custom workflow activity execution.

Remarks

This property is used by the platform for infinite loop prevention. In most cases, this property can be ignored.

Applies to

See also