Dear Community,
We use ARIS Architect 10. I'm trying to create a new report for BPMN models.
The report should include 3 columns:
1. column: object "role", attribute "name"
2. column: object "function", attribute "name"
3. column: object "function", attribute "description/definition"
The table should be sorted by process flow.
As role and function are different object types, I don't know how to combine the attributes into one table.
Could you please support. I'd be happy to get a template.
Thank you.
Hi,
are you using the Enterprise BPMN Collaboration model type? In this case I assume you have a Lane of type "role", so you have a one-to-many relationship from role to process step. So for each process step you have a well-defined role assigned.
So identify your start event and follow through with your process graph and add the role to each row with a task or sub-process. There are algorithms you can use to visit each node of the graph only once, in case the process has got branches and/or loops.
If you want to use the WYSIWYG editor I'm afraid you won't be able to meet your requirement to have the table sorted by process flow. You would have to script that. Then you don't have trouble arranging the attributes and records anyway.