I am using Restful API to start my process in Activiti.
But I am trying to pass a marshell object and unmarshell it in activit process(in service task). is it possible in Activiti Restful API. if yes ,then how??
What do you mean with marshalling an object? A Java object? Why would you want to do that, instead of using json to have the details of that object? It's always going to be a tricky business, since you'd need the classes on your classpath on both installations, etc.