GitHunt
RA

ranjeet692/camunda-springboot-restapi

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



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

Languages

Java100.0%

Contributors

Created April 22, 2020
Updated June 30, 2022
ranjeet692/camunda-springboot-restapi | GitHunt