The documention generation and the default documentation template will be improved to include tagged values in one of next releases (probably the next one).
Software Ideas Modeler supports changing the documentation generation even now. Documentation template can be adjusted using Documentation Template Editor accessible from Process/Templates/Documentation Templates.
Example code for tagged value enumeration:
ForEach:Element.TaggedValues
AddNewTableRow
AddText(TaggedValue.Name)
GoToNextTableCell
AddText(TaggedValue.Type)
GoToNextTableCell
AddText(TaggedValue.Value)
EndFor
Dusan Rodina - softwareideas.net
20 October 2017 17:52:28
Reply To:
Hello,
thank you for your positive evaluation!
The documention generation and the default documentation template will be improved to include tagged values in one of next releases (probably the next one).
Software Ideas Modeler supports changing the documentation generation even now. Documentation template can be adjusted using Documentation Template Editor accessible from Process/Templates/Documentation Templates.
Example code for tagged value enumeration:
ForEach:Element.TaggedValues
AddNewTableRow
AddText(TaggedValue.Name)
GoToNextTableCell
AddText(TaggedValue.Type)
GoToNextTableCell
AddText(TaggedValue.Value)
EndFor
Dusan Rodina - softwareideas.net 20 October 2017 17:52:28