I'm studying different Worfklow/BPMN through a functional and technical focus. I have a question about Alfresco Activiti : is had live event/tasks to the instance of a workflow.
For example : I create the workflow instance "MyAffair", from the workflow pattern "Affairs". But I want to add a specific event to this instance (for example : a specific negotiation round). And I want this event to be stored by Activiti.
Is it possible to do this natively ?
If I look in the API documentation, I have an Event object, but I only can get info. I cannot create new Event.
Thank you :)