Back to Node Auth0

Interface GetActionExecutionResponseContent

docs/interfaces/management.Management.GetActionExecutionResponseContent.html

5.9.12.0 KB
Original Source

Interface GetActionExecutionResponseContent

The result of a specific execution of a trigger.

interface GetActionExecutionResponseContent {
id?: string;
trigger_id?: Management.ActionTriggerTypeEnum;
status?: Management.ActionExecutionStatusEnum;
results?: ActionExecutionResult[];
created_at?: string;
updated_at?: string;
}

Index

Properties

id?trigger_id?status?results?created_at?updated_at?

Properties

Optionalid

id?: string

ID identifies this specific execution simulation. These IDs would resemble real executions in production.

Optionaltrigger_id

trigger_id?: Management.ActionTriggerTypeEnum

Optionalstatus

status?: Management.ActionExecutionStatusEnum

Optionalresults

results?: ActionExecutionResult[]

Optionalcreated_at

created_at?: string

The time that the execution was started.

Optionalupdated_at

updated_at?: string

The time that the exeution finished executing.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idtrigger_idstatusresultscreated_atupdated_at