Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Screwtape on June 19, 2014, 07:05:27 pm

Title: How to use "Template Selector" for pools and lanes
Post by: Screwtape on June 19, 2014, 07:05:27 pm
Hi,

I'm trying to build a report using templates and fragments. I've copied the template selector and referred to my copy in the primary template.

While when I override the values for Activity, and this seems to work fine, I've added lines for Pool and Lane but these seem to be ignored.

I can't find any documentation about this feature, and can't figure out what I'm doing wrong.

I've added lines in to the Custom Query Tab for the template selector
Code: [Select]
Lane::ProcessLanePool
Pool::ProcessLanePool
but that doesn't seem to do anything.

Any ideas what I am doing wrong?
Title: Re: How to use "Template Selector" for pools and l
Post by: Eve on June 20, 2014, 09:11:01 am
Try:
Code: [Select]
ActivityPartition:Lane:ProcessLanePool
ActivityPartition:Pool:ProcessLanePool
Title: Re: How to use "Template Selector" for pools and l
Post by: Screwtape on June 20, 2014, 04:46:50 pm
Thanks! That's great.