To show the results of the business rule sets on a workflow task, you need to create a workflow variable named businessRulesResultSetGlobal and set the type to serialized string of the validation result set. Then, for any task that you want to show the results in, create a new workflow variable on that task named businessRulesResultSet. On the
Initialize From field, set the value to be businessRulesResultSetGlobal, and the
Copy Into field should be businessRulesResultSet. This copies the global value into the current task value so that history can be maintained on the workflow task results. Use BusinessRulesHelper.serialize to create a serialized string of the validation result set. When the businessRulesResultSetGlobal is set, a
View Conflicts link displays as part of the subject in the workflow task. To see the report of evaluated business rule sets, click the link.