Skip to content

camunda features demonstration with process bpmn diagram.

Notifications You must be signed in to change notification settings

rakesh1602/camunda

Repository files navigation

Camunda BPMN Project - Demonstrating CRUD Operations with Spring Boot Application

This project showcases the implementation of CRUD operations using a Spring Boot application along with BPMN processes using Camunda BPMN. Follow the steps below to run and interact with the project:

Setting Up Database Configuration

  1. Update the database configuration in the application.yaml file.

Running the Application

  1. Open the project in the Command Prompt (CMD) and execute the following commands:

    • mvn clean install
    • java -jar jar-name
  2. Access the application by opening it in your preferred web browser.

  3. Log in using the username and password specified in the application.yaml file located in the resource folder.

  4. After logging in, click on "Cockpit" to view the number of processes and deployments that have been performed. image

  5. Click on the TasklistClick on "Tasklist" to access the task list.

    image
  6. Start a new process by clicking on "Start process."

image
  1. You will see a list of available processes. Choose the "Create Person" method and click on "Start process."
    • choose create person method
    • click on start process
    • image

8 .After clicking on the start button, refresh the page. You will see a user task that needs to be completed before the service task can run. Perform the following steps: - Claim the task. - Fill out the forms (these are the payloads required for our Spring Boot app's "Create Person" method). - Submit the form.

  • image

9.In the diagram section, you can see the progress of the process. The number "1" indicates that one task is pending at the user task. - image

  • image
  1. Once you submit the form, the "Create Person" method in the Spring Boot app will be completed. This will also complete the process flow of the BPMN diagram.

About

camunda features demonstration with process bpmn diagram.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published