Hi, I am trying to integrate Activiti into Openbravo. Openbravo is modul-based, and there's an Activiti module provided.
I have installed it and integrated it in the system and started clicking around.
When I assign a task to a specific user (in the activiti-explorer), the task shows in the "task bar" of the openbravo user.
When I click on the task bar, I receive the error
"Error occured: org.activiti.engine.ActivitiException: executionId is null"
Any hints where to start? Defining a task in Activiti needs only a Name, Description and a user to assign it to, so I suppose the executionId is automatically created.
Could this be issue with the Activiti module provided by Openbravo? There's really not much documentation on the subject of integration.