The overall status of an execution.
{ "$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" ] }