Hi community,
As a newbie I want to implement a fully synchronous process with Activiti. My process contains a chain of service tasks and each task is connected to a JavaDelegate class. When a message arrives as a Java object, I put it in the process variables map and start the process. Each JavaDelegate class modifies the message and the last task saves the message in my business DB.
What I want to know is, if the process variable (in my case a big object) is persisted after each service task in the activiti db? If so, it would be a real overhead for my process. Is such a process maybe the wrong use case for activiti?
Regards,
Wahid