Book a Demo

Author Topic: Linking BPMN DataObject / DataStore to a Table in DataModel  (Read 3382 times)

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
Linking BPMN DataObject / DataStore to a Table in DataModel
« on: August 15, 2022, 02:48:58 am »
Hi,

how to link to an BPMN DataObject / DataStore to a Table / View in DataModel ?

Thanks,

Michel

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Linking BPMN DataObject / DataStore to a Table in DataModel
« Reply #1 on: August 15, 2022, 02:54:53 am »
With a dependency? Depends (!) on what you want to express.

q.

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
Re: Linking BPMN DataObject / DataStore to a Table in DataModel
« Reply #2 on: August 15, 2022, 03:56:46 am »
This is only for documentation purposes.  I use several tables and views  within some processes.  I want to see the name of thsoe tables / views on the BPMN diagram and I would like to see their columns by clicking on the DataStore / DatzaObject or better: in a Tooltip.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Linking BPMN DataObject / DataStore to a Table in DataModel
« Reply #3 on: August 15, 2022, 05:46:02 am »
Hard to imagine, especially since I'm not using BPMN. But maybe the traceability window will get you where you want?

q.

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
Re: Linking BPMN DataObject / DataStore to a Table in DataModel
« Reply #4 on: August 15, 2022, 06:13:00 am »
Thanks for your time with my case. I found a solutuion (not BPMN conform) :  I simply copied  teh tables / views as reference  on the the BPMN Model. It works. Cheers, Michel

wivel

  • EA User
  • **
  • Posts: 243
  • Karma: +12/-1
  • Driven by Models
    • View Profile
Re: Linking BPMN DataObject / DataStore to a Table in DataModel
« Reply #5 on: August 15, 2022, 06:41:16 am »
Hi.

That will work, but you risk that the diagram gets crowded with to many associations.

We had a similar approach at a client, but ended up with using a custom table in the diagram, showing the links from activities to data stores instead.

Henrik