Hi, I'm trying to do something similar to what the original poster described. In my case, I'm just trying to use the built-in element filters of the document generator because I'm not familiar with SQL.
My source object is a BPMN Activity, while my target is an Issue object from the Common toolbox.
I've inserted the Connector > Target > Element section into my template. Without any filters, the generated document shows all the connected target elements for each Activity in my model - as expected. The problem is when I start applying filters to only show the Issue objects. Adding element filters, like:
- Object Type equals Issue
- Stereotype equals Functional
...doesn't work. Nothing ends up displayed on the document. I'm stumped because when I do a CSV export of my model, I can see that I'm using the right Object Type and Stereotype values.
What am I missing?
Thanks in advance!
Ryan