Hi
@big-carpet-38439 - Indeed, you sum it up nicely. Only way I know to allow custom workflows in DataHub is to indeed fork the DataHub UI repo. In contrast, Collibra has kind of a plugin system (which they call Workflows). From what I can tell based off the
official Collibra user forum, it is used very often by customers. I read a bit more about it in the docs, and apparently they have built their Workflow system around
Flowable, an open-source BPMN engine, which also allow Groovy to script etc. To get a flavour of how Collibra does it, check out
https://developer.collibra.com/workflows/#tutorial-highlights. Think it could be a very interesting feature to work on, is often used for 4-eyes tagging for example, or wizards etc. Check out the Collibra forum and look for workflow, you will find many use cases..