Hello all,
we would like to hide some symbols in a model.
To be more precise we have some BPMN models including data objects as outputs of activity tasks and we would like to produce reports with the models' images not including the data objects (and their connections).
I first thought of applying a custom template to the model, but it seems you cannot make a symbol invisible in a template (unless maybe by setting the model background color to the line color/text color/fill color of the symbol ?).
I then thought of :
- copying the original model to a temporary one
- removing all occurrences of the unwanted symbols and their connections in the copy model
- deleting the temporary model when the report is done
But it's kind of using a sledgehammer to crack a nut.
Any ideas?
Thanks for your help
Regards
M



Deleted User Author on
I just found out about the "Evaluation filter" (never paid attention to this before) that seems to be the tool I'm looking for.
I just gave it a try but without any success: I added an evaluation filter that did not take "data objects" into account, tried in with the report that outputs a model to a pdf file and got a pdf with all objects (including the data objects) without the ... objects' names.
I'll keep trying.