Skip to content

VWS4LS/vws4ls-process-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARENA2036 - Services

Executing example scenario 1 1 2

  1. Run mvn clean package -DskipTests to generate the docker and image and push to the local Docker repository
  2. Execute scenario-demo-1/docker-compose via docker compose up

The services are available at:

  • http://localhost:8110 (ProcessFactory)

  • http://localhost:8111 (WorkerManager)

  • Sending a message to the topic deploy_operation (broker available at port 1884) automatically triggers the deployment of the operations in the configured OperationSM.

  • Executing the Operation in the OperationSM deploys and instantiate the process in the Zeebe server

  • Sending a message to the topic update_skills (re)deploys all Zeebe Job workers based on all operations found with the qualifier::type="skill-provider". The Zeebe Job Worker is associated with the type of the corresponding qualifier::value.

Testing

  1. Make sure the ci/docker-compose.yml is up and running
  2. Execute mvn test or mvn verify for the IT tests.

Configuring

Please refer to the README of the individual components:

Appendix

Camunda

Relevant UI endpoints:

Username/Password: demo/demo

Footnotes

  1. Tested under Ubuntu 22.04 + Adoptium JDK21

  2. localhost is assumed as host.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published