I need integrate my application with another web app, that already uses Activiti.
But this integration is available only through database access. Is there a way to start the process designed with Activiti, only inserting some data on its tables?
I tried to insert on ACT_RU_EXECUTION table but nothing happens. Not even history (ACT_HI_PROCINST) is generated. Thanks!