Compare commits

..

No commits in common. "sequence-1" and "main" have entirely different histories.

3 changed files with 18 additions and 185 deletions

View File

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

View File

@ -1,159 +1,19 @@
{
"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"
],
"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": []
}
},
"type": "requestNode",
"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"
}
}
}
"nodes": [
{
"id": "c2w3wcw04fjyio9un4f",
"data": { "label": "Request" },
"position": { "x": 0, "y": 150 },
"type": "requestNode"
},
"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"
]
{
"id": "c2xjc7k07ahdxoi7ad7",
"data": { "label": "+" },
"position": { "x": 0, "y": 150 },
"type": "placeholder"
}
},
"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"
}
]
}
],
"edges": [
{ "id": "c2w3wcw04fjyio9un4f=>c2xjc7k07ahdxoi7ad7", "source": "c2w3wcw04fjyio9un4f", "target": "c2xjc7k07ahdxoi7ad7", "type": "placeholder" }
]
}

View File

@ -1,27 +1 @@
{
"$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": []
}
{}