Compare commits

...

17 Commits

Author SHA1 Message Date
f0fa374e62 Update flows.json
All checks were successful
Build and Push Docker Image / test (push) Successful in 7s
Build and Push Docker Image / build_and_push (push) Successful in 19s
2025-07-15 09:52:14 +00:00
d572c94b58 Update flows.json
All checks were successful
Build and Push Docker Image / test (push) Successful in 1m58s
Build and Push Docker Image / build_and_push (push) Successful in 19s
2025-06-18 17:17:26 +00:00
6ba98dede9 Update flows.json
All checks were successful
Build and Push Docker Image / test (push) Successful in 8s
Build and Push Docker Image / build_and_push (push) Successful in 2m55s
2025-06-18 10:52:38 +00:00
9b70ad9a5b Update flows.json
All checks were successful
Build and Push Docker Image / test (push) Successful in 8s
Build and Push Docker Image / build_and_push (push) Successful in 3m6s
2025-06-18 10:39:25 +00:00
8050ac3b9b Update flows.json
All checks were successful
Build and Push Docker Image / test (push) Successful in 9s
Build and Push Docker Image / build_and_push (push) Successful in 20s
2025-06-18 10:28:24 +00:00
bb9d5c7129 Update request_schema.json
All checks were successful
Build and Push Docker Image / test (push) Successful in 1m58s
Build and Push Docker Image / build_and_push (push) Successful in 2m1s
2025-06-16 17:25:27 +00:00
7b5efd3ff4 Update flows.json
Some checks failed
Build and Push Docker Image / build_and_push (push) Has been cancelled
Build and Push Docker Image / test (push) Has been cancelled
2025-06-16 17:24:23 +00:00
03cf703821 Update flows.json
All checks were successful
Build and Push Docker Image / test (push) Successful in 1m37s
Build and Push Docker Image / build_and_push (push) Successful in 16s
2025-06-13 19:00:00 +00:00
b62a7e4d4c Update flows.json
All checks were successful
Build and Push Docker Image / test (push) Successful in 6s
Build and Push Docker Image / build_and_push (push) Successful in 16s
2025-06-13 18:51:18 +00:00
4987f4f27a Update request_schema.json
All checks were successful
Build and Push Docker Image / test (push) Successful in 1m37s
Build and Push Docker Image / build_and_push (push) Successful in 1m55s
2025-06-13 18:35:45 +00:00
ae4a05e2b7 Update flows.json
Some checks failed
Build and Push Docker Image / build_and_push (push) Has been cancelled
Build and Push Docker Image / test (push) Has been cancelled
2025-06-13 18:35:24 +00:00
4334e369b3 Update README.md
Some checks failed
Build and Push Docker Image / build_and_push (push) Has been cancelled
Build and Push Docker Image / test (push) Has been cancelled
2025-06-13 18:34:03 +00:00
baa9211b23 Update README.md
All checks were successful
Build and Push Docker Image / test (push) Successful in 7s
Build and Push Docker Image / build_and_push (push) Successful in 1m58s
2025-06-13 18:17:13 +00:00
0e092448c8 Update README.md
All checks were successful
Build and Push Docker Image / test (push) Successful in 7s
Build and Push Docker Image / build_and_push (push) Successful in 19s
2025-04-10 18:39:13 +00:00
3ae548c213 Update README.md
All checks were successful
Build and Push Docker Image / test (push) Successful in 7s
Build and Push Docker Image / build_and_push (push) Successful in 20s
2025-04-09 20:09:54 +00:00
053dc72888 Update README.md
All checks were successful
Build and Push Docker Image / test (push) Successful in 6s
Build and Push Docker Image / build_and_push (push) Successful in 18s
2025-04-09 20:04:49 +00:00
5700f8e10d Workflow sequence for risk models
All checks were successful
Build and Push Docker Image / test (push) Successful in 6s
Build and Push Docker Image / build_and_push (push) Successful in 22s
2025-04-09 18:50:56 +00:00
3 changed files with 186 additions and 19 deletions

View File

@ -1 +1,2 @@
**Hello world!!!** # Sequence 1 workflow
# Series M, S and G

View File

@ -1,19 +1,159 @@
{ {
"nodes": [ "nodes": [
{ {
"id": "c2w3wcw04fjyio9un4f", "id": "c2w3wcw04fjyio9un4f",
"data": { "label": "Request" }, "position": {
"position": { "x": 0, "y": 150 }, "x": 0,
"type": "requestNode" "y": 0
}, },
{ "data": {
"id": "c2xjc7k07ahdxoi7ad7", "label": "Request",
"data": { "label": "+" }, "request_schema": {
"position": { "x": 0, "y": 150 }, "$schema": "http://json-schema.org/draft-07/schema",
"type": "placeholder" "properties": {
"application_id": {
"type": [
"string",
"null"
],
"description": "Unique identifier for the application.",
"required": []
},
"tu_credit_report": {
"type": [
"object",
"null"
],
"description": "User Credit report",
"properties": {
"creditBureau": {
"type": "object",
"description": "Credit bureau details"
}
}
},
"creditBureau": {
"type": [
"object",
"null"
],
"description": "Credit bureau details",
"source": null
}
},
"required": []
} }
], },
"edges": [ "type": "requestNode",
{ "id": "c2w3wcw04fjyio9un4f=>c2xjc7k07ahdxoi7ad7", "source": "c2w3wcw04fjyio9un4f", "target": "c2xjc7k07ahdxoi7ad7", "type": "placeholder" } "positionAbsolute": {
] "x": 0,
} "y": 0
},
"width": 260,
"height": 36
},
{
"id": "mbv5bk0d7enxum9v24m",
"position": {
"x": 0,
"y": 150
},
"data": {
"label": "+",
"nodeConfig": {
"activityConfig": {
"retryPolicy": {
"maximumAttempts": 1,
"initialInterval": 1000,
"backoffCoefficient": 2,
"maximumInterval": 100000
},
"timeouts": {
"startToCloseTimeout": 10000,
"scheduleToStartTimeout": 10000,
"scheduleToCloseTimeout": 10000,
"heartbeatTimeout": 86
},
"taskQueue": {
"taskQueueName": ""
},
"advancedSettings": {
"cancellationType": "TRY_CANCEL",
"heartbeatEnabled": false
}
},
"blockName": "m-1-v-1",
"commitId": "fe9e388f36e2c83178adebcef847fb396af7a587",
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git",
"schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"application_id": {
"type": [
"string",
"null"
],
"description": "Unique identifier for the application.",
"source": "$root.application_id"
},
"creditBureau": {
"type": [
"object",
"null"
],
"description": "Credit bureau details",
"source": "$root.tu_credit_report.data"
}
}
}
},
"outputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"application_id": {
"type": "string",
"description": "Unique identifier for the application"
},
"prediction": {
"type": "number",
"description": "Model's predicted probability score"
},
"grade": {
"type": "string",
"description": "HD Model Grade"
},
"reason_description": {
"type": "string",
"description": "Reason for the model decision"
}
},
"required": [
"application_id",
"prediction",
"grade",
"reason_description"
]
}
},
"type": "transformerNode",
"positionAbsolute": {
"x": 0,
"y": 150
},
"width": 260,
"height": 79,
"selected": false,
"dragging": false
}
],
"edges": [
{
"id": "c2w3wcw04fjyio9un4f=>mbv5bk0d7enxum9v24m",
"source": "c2w3wcw04fjyio9un4f",
"target": "mbv5bk0d7enxum9v24m",
"type": "workflow"
}
]
}

View File

@ -1 +1,27 @@
{} {
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"application_id": {
"type": [
"string",
"null"
],
"description": "Unique identifier for the application.",
"required": []
},
"tu_credit_report": {
"type": [
"object",
"null"
],
"description": "User Credit report",
"properties": {
"data": {
"type": "object",
"description": "Credit bureau details"
}
}
}
},
"required": []
}