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

New Comment

Comment
You can use these formatting tags: [b]bold[/b] [i]italic[/i] [u]underline[/u] [url]www.example.com[/url] [code]some code[/code] [quote]quoted text[/quote] [list]one list item per line[/list]