I am new in Activiti I want to know if it's a good choice for my web application.
I have a WebService who receive mail. These mails enters in a workflow to be treat.
According to propertties on the Business object, le mail must be treat by a special group.
The property group must be a task property?
I must do query to display list for a group.
The best way is to do query on my table "mail" or directly on processInstance table for the special property "group"?
I read docummentation but I don't understand if my business object refers process intance id or if process instance id refers my business object?
I don't find example with a real workflow and business objects.
Think you for response,