Skip to content

taufiqtab/camundalara

Repository files navigation

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

About

Camunda with Laravel 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published