0

I need to view the input parameter values for the rulesets executed by the Business Rules service on Bluemix. How do I do so?

z_blue
  • 350
  • 3
  • 20

1 Answers1

0

I found I could view the input objects by enabling tracing when executing the rules. I set the element trac:inputParameters to true for XML, or infoInputParameters to true for JSON, for example:

"__TraceFilter__": {
"infoInputParameters": true   }
Community
  • 1
  • 1
z_blue
  • 350
  • 3
  • 20