An open API service indexing awesome lists of open source software.

https://github.com/sterlp/jee7-activiti

JEE
https://github.com/sterlp/jee7-activiti

activiti jee jee7

Last synced: 3 months ago
JSON representation

JEE

Awesome Lists containing this project

README

          

# JEE 7 Activiti integration

[Blog post and description](http://sterl.org/2017/09/jee-7-activiti-integration/)

## 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

* https://www.activiti.org/quick-start
* https://www.activiti.org/userguide/#cdiintegration