Hello Ivy team,
I am wondering how I can achieve the following behaviour. I have the Axon Ivy 12 application with the Portal, and I also have dashboard with a few submenus added through variables. Portal. Dashboard.json.
My question is, is there a way to directly make the submenu items open a process when clicked?
Currently, I have them open the process in a compact-process, and it needs to be clicked once on the menu and once on the process start.
{
"id": "id-1234-dashboard",
"version": "12.0.0",
"titles": [
{
"locale": "en",
"value": "Process"
}
],
"icon": "fa fa-book",
"widgets": [
{
"type": "compact-process",
"id": "process-widget",
"names": [
{
"locale": "en",
"value": "Process"
}
],
"layout": {
"w": 12,
"h": 13,
"x": 0,
"y": 0
},
"processPaths": [
"designer/Project/Start Processes/MyProcessThatIWantToStart/start.ivp"
]
}
],
"permissions": [
"Everybody"
]
}