You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2025. It is now read-only.
According to the official documentation, in order to generate a custom template we have to have the ability to login to the now unavailable web UI for the Demo Generator. Nowhere does it explain how one could use the tool in console app form to set enableextractor=true as described in the "Build a custom template section" to get our own templates as zip files for later use. When I run the tool locally is does work but only with existing/provided templates and there is no menu option for using the extractor.
I do have a previously extracted template (from when the web UI was still available) that I was able to add to the source code and then modify the TemplateSettings.json file so that it appeared as a menu option. Assuming that I had a matching process typeid between source and target, I am able to create a project with this custom template using the demo generator in console app form. However, moving forward I see no way to use the previously available extractor, meaning that creating and using a new custom templates is not an option.