From 3a1feaff25fa92cfe9f372f8dfd13e54f72561fa Mon Sep 17 00:00:00 2001 From: bnechyporenko Date: Mon, 19 Feb 2024 19:41:40 +0100 Subject: [PATCH] wip Signed-off-by: bnechyporenko --- .../README.md | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/beps/0004-scaffolder-task-idempotency/README.md b/beps/0004-scaffolder-task-idempotency/README.md index 28b052e288..03569de3d6 100644 --- a/beps/0004-scaffolder-task-idempotency/README.md +++ b/beps/0004-scaffolder-task-idempotency/README.md @@ -241,16 +241,18 @@ Task state will be stored in the extra column `state` in the table `tasks` with ```json { "state": { - "repo.creation": { - "status": "success", - "result": { - "repoUrl": "https://github.com/backstage/backstage.git" - } - }, - "repo.add.member": { - "status": "success", - "result": { - "id": "2345" + "checkpoints": { + "repo.creation": { + "status": "success", + "result": { + "repoUrl": "https://github.com/backstage/backstage.git" + } + }, + "repo.add.member": { + "status": "success", + "result": { + "id": "2345" + } } } }