ranjeet692 / camunda-springboot-restapi

An example project structure to implement rest api for a camunda workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Setup

Download this project and open in Eclipse editor as Maven project

Set Credentials

Locate the file at location /src/main/resourses/application.yaml

spring.datasource.url: jdbc:h2:file:./camunda-h2-database

camunda.bpm.admin-user:
  id: admin
  password: admin

Workflow

Workflow Image

Run Application

Run Image

Start Image

username: admin password: admin

Login Image

Open task app from camunda dashboard Start Image

Fill the variables Var Image

Check log in eclipse console after starting process Log Image

Postman

Please find the postman collection in json format, import the file in postman and run request

About

An example project structure to implement rest api for a camunda workflow


Languages

Language:Java 100.0%