Technical information:
- ARIS 7.x
- Model type: BPMN process diagram (2.0 beta)
- Objects' types
> Function
> Cluster
In our models, we link functions to Clusters with connections of type CT_HAS_OUT.
These connections have 2 custom attributes of type "list of values".
We use a script which at first creates the objects, their connections, and sets all their attributes.
Then it creates the models and displays the objects and their connections into it.
The template is set and applied to the models:
- model.setTemplate(DMI_TEMPLATE);
- model.ApplyTemplate();
Our template is designed to display the connections’ attributes in the models. But after running the script, the attributes can be seen only after a refresh of each model, and saving them doesn't succeed: while reopening the models, the connections' attributes are no more displayed.
Our users can't be refeshing the models each time they open them (there are hundreds of models).
Does anybody know a solution to have the attributes displayed beside the connections while opening the models ?
Tricarico Romain on
Hi Fabienne,
You can try to call this function at the end of your script :
if it doesn't work, try to call this function for every model you modify :
activedatabase == your data base
model == the modified model.
Let me know if it works.
Best Regards.