2
Total Processors Count
2
Highest Run Number
xxxxxxxxxx
39
{
"connectorType": "leanix-vsm-connector",
"connectorId": "leanix-connector",
"connectorVersion": "1.0.0",
"processingDirection": "inbound",
"processingMode": "full",
"processors": [
{
"processorType": "inboundFactSheet",
"processorName": "Apps from Deployments",
"processorDescription": "creates Process FS from gives LDIF",
"run": 1,
"variables": [
{
"key": "app_variable",
"value": "${lx.relations.size()}"
}
]
},
{
"processorType": "inboundFactSheet",
"processorName": "Updates description",
"processorDescription": "Updates description",
"run": 2,
"updates": [
{
"key": {
"expr": "description"
},
"values": [
{
"expr": "Relations size is : ${helper:getFromMap(variables, 'app_variable')}"
}
]
}
]
}
]
}