Back to Node Auth0

Interface FlowExecutionSummary

docs/interfaces/management.Management.FlowExecutionSummary.html

5.9.11.6 KB
Original Source

Interface FlowExecutionSummary

interface FlowExecutionSummary {
id: string;
trace_id: string;
journey_id?: string;
status: string;
created_at: string;
updated_at: string;
started_at?: string;
ended_at?: string;
}

Index

Properties

idtrace_idjourney_id?statuscreated_atupdated_atstarted_at?ended_at?

Properties

id

id: string

Flow execution identifier

trace_id

trace_id: string

Trace id

Optionaljourney_id

journey_id?: string

Journey id

status

status: string

Execution status

created_at

created_at: string

The ISO 8601 formatted date when this flow execution was created.

updated_at

updated_at: string

The ISO 8601 formatted date when this flow execution was updated.

Optionalstarted_at

started_at?: string

The ISO 8601 formatted date when this flow execution started.

Optionalended_at

ended_at?: string

The ISO 8601 formatted date when this flow execution ended.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idtrace_idjourney_idstatuscreated_atupdated_atstarted_atended_at