Hi, I am using Spring MBC as REST.
I am using apache activiti as a process engine. I have developed one process which in my case is a JavaDelegate. I am using apache activiti as not user driven, but computer driven. On my JavaDelegate I send process variable input through HashMap and in the same Delegate I output a process variable. Suppose there are many JavaDelegates like this when I connect one process to another and other process is expecting an input from the previous process, how can this be achieved through apache activiti?