WorkflowTriggerHistory 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.
The workflow trigger history.
[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkflowTriggerHistory : Microsoft.Azure.Management.Logic.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WorkflowTriggerHistory = class
inherit SubResource
Public Class WorkflowTriggerHistory
Inherits SubResource
- Inheritance
- Attributes
Constructors
WorkflowTriggerHistory() |
Initializes a new instance of the WorkflowTriggerHistory class. |
WorkflowTriggerHistory(String, Nullable<DateTime>, Nullable<DateTime>, String, String, Object, String, Correlation, ContentLink, ContentLink, Nullable<Boolean>, ResourceReference, String, String) |
Initializes a new instance of the WorkflowTriggerHistory class. |
Properties
Code |
Gets the code. |
Correlation |
Gets or sets the run correlation. |
EndTime |
Gets the end time. |
Error |
Gets the error. |
Fired |
Gets a value indicating whether trigger was fired. |
Id |
Gets the resource id. (Inherited from SubResource) |
InputsLink |
Gets the link to input parameters. |
Name |
Gets the workflow trigger history name. |
OutputsLink |
Gets the link to output parameters. |
Run |
Gets the reference to workflow run. |
StartTime |
Gets the start time. |
Status |
Gets the status. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored' |
TrackingId |
Gets the tracking id. |
Type |
Gets the workflow trigger history type. |
Applies to
Azure SDK for .NET