- Laravel 8
- PHP 8.0.7
- Laragon
- VSCode
- Camunda
- Mysql
the main goal of this project is
1.Create BPMN Design
2.Create Laravel Simple Apps following the BPMN Design
3.run Business Process from laravel Apps to Camunda as Instance
4.Keep Tracking on the Task Progress
5.close Task when Completed\
- create database
- create table with name "surat"
- fill it with these field:
--- id (int) (auto increment)
--- jenis (varchar)
--- instance_id (varchar)
--- status (varchar)
--- created_at | updated_at (timestamp)