Is it possible to generate process documentation without using Designer Studio?
I have 200 processes and need to generate documentation for each one. Generating them individually is too time-consuming.
Can this be done using an API/script?
Is it possible to generate process documentation without using Designer Studio?
I have 200 processes and need to generate documentation for each one. Generating them individually is too time-consuming.
Can this be done using an API/script?
Not at the moment, but with Designer Studio Web Edition coming in Version 2027, there should be a REST API endpoint to generate the documentation.
In the meantime, I'm trying a different approach: I used Claude to build a skill that analyzes the .bpe files and generates PowerShell scripts.
These scripts produce markdown files structured by application and process, and we can integrate them into our build pipeline to publish the markdown to GitHub Pages or other markdown repositories.
The first version was already quite impressive, and we're now tailoring the output to our needs.