Skip to content

Is it possible to deserialize Imixs json objects from a Spring Boot RestClient? #919

Answered by rsoika
frednforester asked this question in Q&A
Discussion options

You must be logged in to vote

Yes - docu was outdated. This is like your client code should look like:

ItemCollection workitem=new ItemCollection();
workitem.model("1.0.0").task(1000).event(10);
workitem.replaceItemValue("type", "workitem");
// add some data..
workitem.replaceItemValue("_subject","This is some test data....");
// process workitem
workitem=workflowCLient.processWorkitem(workitem);
String unqiueID=workitem.getUniqueID();

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
9 replies
@frednforester
Comment options

@rsoika
Comment options

Answer selected by frednforester
@frednforester
Comment options

@rsoika
Comment options

@frednforester
Comment options

@rsoika
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants