Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1003 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 1003 Bytes

CamundaLara

Connecting Laravel with Camunda BPMN Process

The Application :

image.png

Camunda Cockpit :

image.png

Environment :

  • Laravel 8
  • PHP 8.0.7
  • Laragon
  • VSCode
  • Camunda
  • Mysql

Camunda Rest API consumed by Laravel Apps

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\

Mysql Database

  1. create database
  2. create table with name "surat"
  3. fill it with these field:
    --- id (int) (auto increment)
    --- jenis (varchar)
    --- instance_id (varchar)
    --- status (varchar)
    --- created_at | updated_at (timestamp)

BPMN :

image.png