Hi Camunda people!
I started working on a side project to integrate an AI chatbot with Camunda Desktop Modeler.
The AI is aware of the diagram structure and can generate both commandStack and bpmn-js APIs code to manipulate the diagram as per the user message received.
I can’t evaluate the bpmn-js code in the React front end so I am left with executing commandStack commands.
Unfortunately I could not make one command work from the browser console while debugging. If I execute the simplest command like deleting an element or adding an element, I get an undefined response and nothing happens on the diagram.
I was wondering if you guys can share some information about commandStack (the documentation is close to none), and about WASDENN: how did you integrate it with bpmn-js? can you share anything about the diagram interaction AI model, any kind of information
Thank you