Search code examples
ibm-cloudbusiness-rules

View contents of input parameters for the Business Rules service on Bluemix


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


Solution

  • 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   }