Hi,
How can we see what bpm instances where generated from a specific process built using jbpm in switchyard?
For instance when I call the quickstart processOrders, where can I see the process that where generated?
Regards,
For this, you should have persistent="true" on your implementation.bpm, include a persistence.xml file configured appropriately, and deploy the jbpm console pointing at the same database. You can then use the jbpm console to inspect your process instances.