Python dia extensions - can you make code that does things based on diagrams?

When creating some diagrams in Dia using the bpmn worksheet, I noticed that it is possible to use python extensions on Dia. There are several examples on this site of how to do this.

Project Dia

What I haven't seen yet (and I'm curious), is it possible to create code, yaml or xml based on a diagram? For example, you create a workflow process diagram - is there a way to test it in Python and then write some logic there to create a workflow view that can be used to control the workflow engine, maybe?

+3
source share

Source: https://habr.com/ru/post/1749647/


All Articles