Skip to content

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

Notifications You must be signed in to change notification settings

ranjeet692/camunda-springboot-restapi

Repository files navigation



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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages