WorkflowRunTrigger 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 run trigger.
public class WorkflowRunTrigger
type WorkflowRunTrigger = class
Public Class WorkflowRunTrigger
- Inheritance
-
WorkflowRunTrigger
Constructors
WorkflowRunTrigger() |
Initializes a new instance of the WorkflowRunTrigger class. |
WorkflowRunTrigger(String, Object, ContentLink, Object, ContentLink, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, Correlation, String, String, Object, Object) |
Initializes a new instance of the WorkflowRunTrigger class. |
Properties
Code |
Gets the code. |
Correlation |
Gets or sets the run correlation. |
EndTime |
Gets the end time. |
Error |
Gets the error. |
Inputs |
Gets the inputs. |
InputsLink |
Gets the link to inputs. |
Name |
Gets the name. |
Outputs |
Gets the outputs. |
OutputsLink |
Gets the link to outputs. |
ScheduledTime |
Gets the scheduled time. |
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' |
TrackedProperties |
Gets the tracked properties. |
TrackingId |
Gets the tracking id. |