flows/flows.json

159 lines
4.2 KiB
JSON
Raw Normal View History

2025-04-09 16:46:05 +00:00
{
2025-04-09 18:50:56 +00:00
"nodes": [
{
"id": "c2w3wcw04fjyio9un4f",
"position": {
"x": 0,
"y": 0
},
"data": {
"label": "Request",
"request_schema": {
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"application_id": {
"type": [
"string",
"null"
],
2025-06-13 18:17:13 +00:00
"description": "Unique identifier for the application.",
"required": []
2025-06-13 18:34:03 +00:00
},
"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
2025-04-09 18:50:56 +00:00
}
},
"required": []
}
},
"type": "requestNode",
"positionAbsolute": {
"x": 0,
"y": 0
},
"width": 260,
"height": 36
},
{
2025-06-13 18:34:03 +00:00
"id": "mbv5bk0d7enxum9v24m",
2025-04-09 18:50:56 +00:00
"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",
2025-06-18 10:28:24 +00:00
"commitId": "295b9d22a743654b11f14b9d6afdbdb93b2afa66",
2025-04-09 18:50:56 +00:00
"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"
},
2025-06-13 18:34:03 +00:00
"creditBureau": {
2025-04-09 18:50:56 +00:00
"type": [
2025-04-10 18:39:13 +00:00
"object",
2025-04-09 18:50:56 +00:00
"null"
],
2025-06-13 18:34:03 +00:00
"description": "Credit bureau details",
2025-06-16 17:24:23 +00:00
"source": "$root.tu_credit_report.data"
2025-04-09 18:50:56 +00:00
}
2025-06-13 18:34:03 +00:00
}
2025-04-09 18:50:56 +00:00
}
},
"outputSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"application_id": {
2025-06-13 18:34:03 +00:00
"type": "string",
"description": "Unique identifier for the application"
2025-04-09 18:50:56 +00:00
},
2025-06-13 18:34:03 +00:00
"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"
2025-04-09 18:50:56 +00:00
}
2025-06-13 18:34:03 +00:00
},
"required": [
"application_id",
"prediction",
"grade",
"reason_description"
]
2025-04-09 18:50:56 +00:00
}
},
"type": "transformerNode",
"positionAbsolute": {
"x": 0,
"y": 150
},
"width": 260,
2025-06-13 18:17:13 +00:00
"height": 79,
"selected": false,
"dragging": false
2025-04-09 18:50:56 +00:00
}
],
"edges": [
{
2025-06-13 18:34:03 +00:00
"id": "c2w3wcw04fjyio9un4f=>mbv5bk0d7enxum9v24m",
2025-04-09 18:50:56 +00:00
"source": "c2w3wcw04fjyio9un4f",
2025-06-13 18:34:03 +00:00
"target": "mbv5bk0d7enxum9v24m",
2025-04-09 18:50:56 +00:00
"type": "workflow"
}
]
}