RQM and publishing engine with custom Attributes and execution results
Hello!,
I have couple questions,
the first one is about if I have Custom attributes on the executions results (Strings, date, int etc) how can I get these attributes, using the feed schema, or where are located?
the Second question is about the results definitions:
com.ibm.rqm.execution.common.state.perm_failed (Permanently Failed),
com.ibm.rqm.execution.common.state.incomplete (Incomplete),
com.ibm.rqm.execution.common.state.inconclusive (Inconclusive),
com.ibm.rqm.execution.common.state.part_blocked (Partially Blocked),
com.ibm.rqm.execution.common.state.deferred (Deferred),
com.ibm.rqm.execution.common.state.failed (Failed), com.ibm.rqm.execution.common.state.error (Error),
com.ibm.rqm.execution.common.state.blocked (Blocked), com.ibm.rqm.execution.common.state.paused (Paused),
com.ibm.rqm.execution.common.state.inprogress (In Progress), and com.ibm.rqm.execution.common.state.notrun (Not Run)
------->>> THE questions is, what happens when I have custom result value (obviously not listed above)?
Thank you!
Accepted answer
1. You should find them under feed/entry/content/executionresult, but usually you use a qm schema an use executionresult query.
2. We need not worry about the custom result value. Whatever value returned will be shown in the output. However, in most cases you use a script expression (java script with multiple if-else) to convert the result definition.
2. We need not worry about the custom result value. Whatever value returned will be shown in the output. However, in most cases you use a script expression (java script with multiple if-else) to convert the result definition.