Hi Emanuel,
amateur opinion here. great question!
Kogito is a cloud-native, lightweight, code-generating, rule + DMN + BPMN engine. Once you have your knowledge assets built, all you have to do is put them into the resources folder, mvn it, containerize it, and done. it runs anywhere. Authoring the knowledge assets is kinda out of scope of Kogito. Although Red Hat does offer up a few choices there.
It seems from your question that you want Business Central + Kogito. So use business central.:
- have your end-customers use biz-central. when the knowledge assets are ready for prod, have them push to local master in Biz Central.
- set up a githook on your biz central server that pushes knowledge-assets to remote repo.
- set up a githook push on your remote master that kicks off jenkins pipeline.
- in jenkins pipeline (perhaps with groovy) pull all knowledge files from your repo, push them into the resources folder of your kogito repo. mvn, container it, deploy to cloud. all in jenkins.
- at least my first thoughts. you said you have ideas, and I'll love to hear them too. :-) Rhett