Book a Demo

Author Topic: Report Generation - Diagram in the Call Behavior  (Read 2890 times)

missmj

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Report Generation - Diagram in the Call Behavior
« on: April 25, 2019, 07:51:14 am »
I am unable to print lower level activity diagrams through report generation.  I've tried a number of different options without luck.  The set up is as follows:
There is a use case model with use cases. 
Each use case is linked to an activity diagram (Double clicking the use cases brings up the activity diagram)
Each activity diagram has an Action with a Call Behavior to another activity diagram.

I am able to get the UC model and the first level activity diagram printed, but nothing beyond that.
Any ideas?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Report Generation - Diagram in the Call Behavior
« Reply #1 on: April 25, 2019, 01:46:01 pm »
The way I do it is to use virtual documents with small templates for each of the activities.
I use a script to read the model and create the virtual document for me.

I wrote an article about that approach here: https://bellekens.com/2015/11/12/tutorial-generate-complex-documents-from-enterprise-architect-with-a-two-step-semi-automated-approach/

Geert