JEE 7 Activiti integration

Blog post and description

REST Endpoints

  1. GET http://localhost:8080/jee7-activiti/api/hello -- Returns the current process count
  2. POST http://localhost:8080/jee7-activiti/api/hello -- Starts a new process

DB Integration

Review the samplebe table, for each POST a new entry is added here.

Open

  • Include the Activiti UI
  • Add sample with user task
  • Programmatic bootstrap of Activiti
  • Add a test

Links