Book a Demo

Author Topic: Omitting the Hierarchy from published processes  (Read 2534 times)

PCWillHill

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Omitting the Hierarchy from published processes
« on: October 19, 2009, 09:20:14 pm »
Hi All,

I'm new to EA and also this forum, so please forgive me if this has been answered before.

A project I am working on requires me to publish the process flows to an Intranet site (fine), but they do not wish to see the hierarchy that appears to the left of the process diagram (BPMN 1.0).

Is there any way to either not export this hierarchy pre-publishing or to mask it as part of publishing?  The links to other process flows still need to work - they (the project) just don't want end-users to be able to click their way through the hierarchy.

Thanks in advance

Paul

Graham_Moir

  • EA User
  • **
  • Posts: 749
  • Karma: +10/-15
    • View Profile
Re: Omitting the Hierarchy from published processe
« Reply #1 on: October 20, 2009, 01:26:22 am »
No it can't be removed.

But you can control it up to a point by making sure that all the process diagrams are contained either in one package or in multiple packages within one branch of the project browser tree - then if you select the parent package, e.g. something named "Business Process Diagrams" before running the HTML generation, the output will be restricted to that set of diagrams and any "clicking" with by definition only be possible on area you want the users to see.

PCWillHill

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Omitting the Hierarchy from published processe
« Reply #2 on: October 22, 2009, 12:57:51 am »
Thanks for the reply.

We've ended up hacking the JS to remove the hierarchy and retain all of the in-map links etc.