Auth0 · Schema

ActionExecutionStatusEnum

The overall status of an execution.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-actionexecutionstatusenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionExecutionStatusEnum",
  "title": "ActionExecutionStatusEnum",
  "type": "string",
  "description": "The overall status of an execution.",
  "default": "final",
  "enum": [
    "unspecified",
    "pending",
    "final",
    "partial",
    "canceled",
    "suspended"
  ]
}