OriginalMessageTrackingId Property
Tracking identifier for the original message.
Syntax
public string OriginalMessageTrackingId { get; set; }
Public Property OriginalMessageTrackingId As String
Default Value
""
Remarks
This property contains the identifier used to track the original message. This can be used when processing replies to previous actions to look up details about the original action that started the current business process. Complementary to the MessageTrackingId, this property can be used to retrieve any information relevant to the current business process from an external database.
This property is a field of the service header.