Hello everyone,
We have been using flowable for a couple of months in our team.
We use the flowable-ui-app and all required modules.
I want to add some liquibase script to create some custom users, groups, members etc…
Where do I put that?
Also, I want to add some custom tables. How can I configure the app to run my custom liquibase scripts AFTER the core (activiti/flowable) liquibase scripts?
I’m using postgres in case you think this is helpful.