posted on March 21

If you're going to integrate AI, an obvious use case would be to automate documentation generation. I don't need a built-in regex assistant; AI-powered regex generation already exists. What doesn't exist is an automatic way to generate documentation about a business process — how a Form + Workflow + Repository (and whatever else) works together; process diagrams; process owners/stakeholders; process metrics. I currently manually document some of this information, but there are massive areas of improvement. UiPath's Automation Hub is a good example of a way to store RPA documentation, but it does not have the capability to utilize AI to generate the documentation.

If anyone knows of a way to do this yourself (possibly using n8n?), I'd love to hear about it. Being able to send a web POST to add/update a wiki page, commit to a documentation repository, and/or output a markdown file would be ideal.

4 0