Skip to main content
1-Visitor
June 14, 2011
Question

Workflow process/Change object

  • June 14, 2011
  • 1 reply
  • 575 views

I need to find out howto join a workflow process to a change item. I need to show a change object with its associated workflow. That way I can use a criteria to remove any change object that has a workflow process of terminated.


Any thoughts would be greatly appreciated.


Brian

1 reply

12-Amethyst
June 14, 2011
I have found that Query Builder works with interface classes, not just modeled classes. So, I have a report like the one you want that uses an interface that PRs, ECRs, ECNs, and ECTs all implement that allow the same report to show results for any of them. And by using outer joins, you can see which workitem from which workflow has which primary business object for each of them. You cannot get type-specific attributes (since those are not defined on the common interface class), but if you are happy with the basic info and/or a link to the primary business objects, then this approach is great. I am at the PTC Conference, but if you want a how-to on this, then let me know so I can send it next week when I get back from Las Vegas. Al Anderson
-----Brian Wilson <briwilson@coca-cola.com> wrote: -----