Class FlowExecution
- Namespace
- Auth0.ManagementApi.Models.Flow
- Assembly
- Auth0.ManagementApi.dll
public class FlowExecution
- Inheritance
-
FlowExecution
- Inherited Members
Properties
CreatedAt
The ISO 8601 formatted date when this flow execution was created.
[JsonProperty("created_at")]
public DateTime? CreatedAt { get; set; }
Property Value
Debug
Flow execution debug.
[JsonProperty("debug")]
public dynamic Debug { get; set; }
Property Value
- dynamic
EndedAt
The ISO 8601 formatted date when this flow execution ended.
[JsonProperty("ended_at")]
public DateTime? EndedAt { get; set; }
Property Value
Id
Flow execution identifier
[JsonProperty("id")]
public string Id { get; set; }
Property Value
JourneyId
Journey ID
[JsonProperty("journey_id")]
public string JourneyId { get; set; }
Property Value
StartedAt
The ISO 8601 formatted date when this flow execution started.
[JsonProperty("started_at")]
public DateTime? StartedAt { get; set; }
Property Value
Status
Execution Status
[JsonProperty("status")]
public string Status { get; set; }
Property Value
TraceId
Trace ID
[JsonProperty("trace_id")]
public string TraceId { get; set; }
Property Value
UpdatedAt
The ISO 8601 formatted date when this flow execution was updated.
[JsonProperty("updated_at")]
public DateTime? UpdatedAt { get; set; }