DMN REST api complex object serialization

In Camunda 7, I’m having a similar issue with evaluating a decision with complex objects without using a process instance, similar to this: Passing complex objects via REST to evaluate decision

I see that jira ticket is still open. Does anyone know if you can actually use complex objects for decisions, and hopefully have an example they could share? I don’t want to have to invoke a process to evaluate a decision.

I just want to pass an object like this, but so far I haven’t seen it successfully done:
{
“variables” : {
“person” : {
“value” : “{"firstName": "steve", "lastName": "prather"}”,
“type” : “Object”
}
}
}

Any guidance is greatly appreciated

Hi @stevepra,

The below post might be of help to you

1 Like