Business process for opening brokerage account in some brokerage provider
- Windows 10
- Java 20
- Gradle 8.2
- Docker 20.10.17
- docker-compose 1.29.2
All commands should be executed from the root project folder
cd docker
docker-compose up
gradlew.bat clean build bootRun
Camunda Web UI will start at http://localhost:8080/api/bpm/camunda/app/welcome/default/#!/login
- login: admin
- password: admin
POST localhost:8080/api/bpm/account/opening
{
"tariffId": "my-tariff-id",
"correlationId": "my-correlation-id"
}
Curl:
curl --location "localhost:8080/api/bpm/account/opening" --header "Content-Type: application/json" --data "{\"tariffId\": \"my-tariff-id\", \"correlationId\": \"my-correlation-id\"}"
cd docker\confirmation
.\send.bat