Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 459 Bytes

File metadata and controls

14 lines (10 loc) · 459 Bytes

Simple Servlet Process Application Example

This example demonstrates how to deploy a simple servlet process application.

How to use it

  1. Checkout the project with Git;
  2. Import the project into your IDE;
  3. Build it with Maven;
  4. Deploy it to a camunda-bpm-platform distro of your choice;
  5. Check the console if you can find: "Service Task 'Example ServiceTask' is invoked!".