Signed-off-by: bnechyporenko <bnechyporenko@bol.com>
This commit is contained in:
bnechyporenko
2024-02-19 19:41:40 +01:00
parent dd1bc9db4f
commit 3a1feaff25
+12 -10
View File
@@ -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"
}
}
}
}