My first attempt to create an enterprise architecture that left all the business logic in charge to enterprise systems, the idea is to use a BPMS and a BRMS as the main systems, but the architecture is also going to integrate a ERP and maybe in the future some custom developments. All the architecture is going to be implemented in Docker for this exercise.
Almost all the enterprise systems used in the project expose a web admin interface, the web admin interfaces and the needed credentials are listed here.
Url: http://localhost:5440/business-central
User Name: wbadmin
Password: wbadmin
Note: Before running any of these commands be sure that your CWD is dummy_enterprises_process_management_system directory.
docker-compose -f compose_files/project.build.yaml build
docker-compose -f compose_files/project.yaml up
docker-compose -f compose_files/project.yaml down