Easily create configurations for the Frank!Framework with the Flow Studio and Editor!
Please use profile on locally: -Dspring.profiles.active=local or with docker -Dspring.profiles.active=cloud
Building the project requires Java, Maven, NodeJS, PNPM and Docker installed on your system.
To build the project from source, run this command:
mvn clean installTo run the application in development mode, you can use the following commands:
- Start the backend server:
mvn spring-boot:run
- Start the frontend server:
cd src/main/frontend pnpm install pnpm start
To use the Flow application correctly, a small amount of local configuration is required.
Use the folder browser to select your existing project on your machine.
Alternatively, you can clone a repository directly from GitHub to start working immediately.
Within the project you want to work on, all Frank!Framework configurations must be located in: src/main/configurations
Flow only scans this directory for configurations. If your adapter configurations are stored elsewhere, they will not be detected or loaded by the application. Once these steps are completed, Flow will be able to locate your projects and display their adapters in the studio.