WorkflowInstanceRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the data sent to a tracking service by the run-time tracking infrastructure when a workflow instance changes state.
public ref class WorkflowInstanceRecord : System::Activities::Tracking::TrackingRecord
[System.Runtime.Serialization.DataContract]
public class WorkflowInstanceRecord : System.Activities.Tracking.TrackingRecord
[<System.Runtime.Serialization.DataContract>]
type WorkflowInstanceRecord = class
inherit TrackingRecord
Public Class WorkflowInstanceRecord
Inherits TrackingRecord
- Inheritance
- Derived
- Attributes
Constructors
WorkflowInstanceRecord(Guid, Int64, String, String) |
Creates a new instance of the WorkflowInstanceRecord class. |
WorkflowInstanceRecord(Guid, Int64, String, String, WorkflowIdentity) |
Creates a new instance of the WorkflowInstanceRecord class. |
WorkflowInstanceRecord(Guid, String, String) |
Creates a new instance of the WorkflowInstanceRecord class. |
WorkflowInstanceRecord(Guid, String, String, WorkflowIdentity) |
Creates a new instance of the WorkflowInstanceRecord class. |
WorkflowInstanceRecord(WorkflowInstanceRecord) |
Creates a new instance of the WorkflowInstanceRecord class from an existing WorkflowInstanceRecord instance. |
Properties
ActivityDefinitionId |
Returns the display name of the root activity of the workflow that generated this record. |
Annotations |
When implemented in a derived class, represents a collection of name/value pairs that are added to this tracking record. (Inherited from TrackingRecord) |
EventTime |
When implemented in a derived class, represents the time the tracking record occurred. (Inherited from TrackingRecord) |
InstanceId |
When implemented in a derived class, represents the ID of the generating workflow instance. (Inherited from TrackingRecord) |
Level |
Gets the TraceLevel of the event. (Inherited from TrackingRecord) |
RecordNumber |
A sequence that defines the order in which tracking records are generated. (Inherited from TrackingRecord) |
State |
The current state of the workflow when the record is generated. |
WorkflowDefinitionIdentity |
Gets or sets the information about the workflow identity. |
Methods
Clone() |
Creates a deep copy of WorkflowInstanceRecord. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that contains the tracking record data. |