1
General Board / tag values in shapescript?
« on: June 07, 2024, 09:55:36 am »
Hello everyone. Does anyone know if it's possible to print the value of a tag value inside a shapescript? If so, what would be the syntax?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
The files will be installed by the ProCloud installer. See the help page you mentioned.
HTH,
Hi Mauricio,
Which upload file are you referring to here?
If you're referring to a linked document, then it's supported.
The method to display the menu for a tagged value as per BPMN (assuming the ID if the MDG is MYMDG)
1) Define an enumeration containing the literals for the tagged value
2) Add an enumeration tagged value to the stereotype (lets say MyStereotype), for example MyTaggedValue
3) In the metaclass for the stereotype add an attribute named _subTypeProperty of type String
4) Set the initial value of this attribute to the fully qualified MDG name of the tagged value (as defined in 2) above. In this example this would be
MYMDG::MyStereotype::MyTaggedValue
Hope this helps
Phil