TODO{
"menus": [
{
"id": "exampleMenuId",
"name": "Przykładowa nazwa menu",
"views": [
{
"id": "exampleViewId",
"name": "Przykładowa nazwa widoku",
"source": {
"type": "DATASOURCE",
"id": "exampleDatasourceId"
},
"outputs": [
{
"id": "exampleOutputId1",
"name": "Identyfikator procesu",
"alias": "processIdFromDatasource",
"primaryKey": true
}
],
"action": {
"type": "openUrl",
"url": "https://www.google.com/search",
"absolute": true,
"openInNewTab": true,
"parameters": [
{
"name": "q",
"outputId": "exampleOutputId1"
}
]
}
}
]
}
]
} |