/** * @schema AdminWorkflowExecutionResponse * type: object * description: The workflow execution's details. * x-schemaName: AdminWorkflowExecutionResponse * required: * - workflow_execution * properties: * workflow_execution: * $ref: "#/components/schemas/AdminWorkflowExecution" * */