How do I send a list of string in the REST API to execute rules through decision server ?
Issue
- We are executing rules through REST API.My request for example is:
<batch-execution lookup = "session1">
<insert>
<com.sample.Report>
<ReportId>164</ReportId>
</com.sample.Report>
</insert>
. . .
My question is how do I send a list of strings (in the rest api) to the Report object if I want to add a new member which is of type List
Environment
- Red Hat JBoss BRMS
- 6.1.x
- Red Hat JBoss BPM suite
- 6.1.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
