Search code examples
c#visiobpmn

How can generate visio file from existing C# code


I built a complete project that work correctly, but i asked to generate Business model for the project that follow the code structure. My problem that the code is very large and can't draw the BPM manually. there is any way to extract the Visio 13 Bpmn from the code ? or any way to make this problem easiest.


Solution

  • There is no way to do that, based on @Nikolay replay:
    "Visual representation was proved to be rather useless for code (if we are not talking about whiteboard). RIP Rational Rose - what a fuss there was like 10 years ago.. Where is it now? BPMN is not designed to document code, it's for modeling business processes." Thanks for help.