Bug de logueo de operacion

This commit is contained in:
2026-04-14 16:07:17 +02:00
parent 70bf73b0a4
commit 4d34308a13
8 changed files with 111 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ export type ObjeniousOperation = {
id?: number;
/** Uuid del mensaje asociado a la operacion */
correlation_id?: string;
operation: "activate" | string; // TODO: completar y actualizar
operation: "activate" | "suspend" | "terminate" | string; // TODO: completar y actualizar
retry_count?: number;
max_retry?: number;
max_date_retry?: string | null;