Fixing the lost of the initial state after a task recovery.

Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2024-03-13 09:01:56 +01:00
parent 3e0cdbf026
commit e5f26f9f2d
3 changed files with 13 additions and 0 deletions
@@ -59,6 +59,7 @@ export type SerializedTask = {
lastHeartbeatAt?: string;
createdBy?: string;
secrets?: TaskSecrets;
state?: JsonObject;
};
/**