cancel
Showing results for 
Search instead for 
Did you mean: 

Pass value to a Activiti process using RESTful

sarkar92
Champ in-the-making
Champ in-the-making
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??

please help anyone…
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
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.

sarkar92
Champ in-the-making
Champ in-the-making
yes marshelling a java object.
please help me how to pass it in RESTful api in activiti

jbarrez
Star Contributor
Star Contributor
See your other post.