Skip to content

Files

Latest commit

7da112a · Jan 25, 2025

History

History

start-form-springboot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 12, 2022
Jan 25, 2025
Dec 12, 2022
Dec 12, 2022

Camunda 8 Spring Boot Example for Starting via Form

Screenshot

The self-contained process solution contains

  • A sample Camunda form
  • A simple HTML website using form-js to render the form and submit it on request
  • REST endpoint to take the data from the form and start a process instance

Requirements:

  • Camunda Platform 8
  • Java >= 17
  • Maven

How to run

  • Download/clone the code in this folder.
  • Create a Camunda 8 SaaS cluster and add API client connection details in the file application.properties. Simply replace the existing sample values.
  • Run the application:
mvn package exec:java