Esteban Aliverti wrote:
jBPM5 is a framework that you can use to create applications that execute business processes defined in BPMN2 notation (this is the ultra-simplified definition :) ). So, jbpm API are the classes and methods that allow you to compile a process, start a process and interact withit (signal events or complete tasks).
jbpm-console is a web application that lets you manage and interacto with processes in a visual way. Under the hood, jbpm-console uses jbpm API.
Thank for another clear reply. I ask the last thing because I have not explained well myself before.
So imagine I use the API: I start a jbpm instance, load and compile a process, and start a process. In this jbpm instance there is a jbpm-console? Can I attach a jbpm-console to it?
Thanks again,
Mario