https://github.com/kmacedovarela/hospital-material-acquisition
https://github.com/kmacedovarela/hospital-material-acquisition
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmacedovarela/hospital-material-acquisition
- Owner: kmacedovarela
- Created: 2021-09-08T15:18:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T20:17:29.000Z (over 2 years ago)
- Last Synced: 2025-03-20T07:06:18.294Z (8 months ago)
- Language: Visual Basic 6.0
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Business application to automate hospital material acquisition.
Process authored based on a real use case.
Required groups:
analyst,admin,manager,user,kie-server,kiemgmt,rest-all,doctor-director,kiemgmt,doctor-coordinator,nurse-supervisor,nurse-manager,supplier,kie-server,nurse-coordinator
Kafka configuration:
/system-property=org.kie.kafka.server.ext.disabled:add(value=false)
docker-compose exec kafka bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic new-material-requests
docker-compose exec kafka bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic request-estimation
Notice:
The project includes the configuration: new org.jbpm.bpmn2.handler.SendTaskHandler()
Payload to start new process:
{"data":{"itemName", "Mask", "itemValue": 50, "priority":"High","quantity":2}}
docker-compose exec kafka bin/kafka-console-producer.sh --topic request-estimation --bootstrap-server localhost:9092
{"data" : {"expectedDeliveryDate":""}}
users:
Suggested users and role attributions:
Mary, nurse-coordinator
Phil, doctor-director
Paul, nurse-coordinator
KrisV, doctor-coordinator
Configuration:
Mary=rest-all,admin,rest-project,kie-server,nurse-coordinator,user
Paul=rest-all,rest-project,kie-server,nurse-coordinator,user
Phil=doctor-director,rest-all,admin,rest-project,kie-server,user
KrisV=rest-all,developer,doctor-coordinator,kie-server,user