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

https://github.com/hbweb/activiti-springboot-concept

A concept of getting activiti and springboot working for a user story - Create a Task
https://github.com/hbweb/activiti-springboot-concept

Last synced: about 1 year ago
JSON representation

A concept of getting activiti and springboot working for a user story - Create a Task

Awesome Lists containing this project

README

          

# Spike for Activiti & Springboot

## Not much stuff to say here

We are doing some investigation on Activiti

## Curl commands

```
curl -u admin:admin -H "Content-Type: application/json" -d '{"name":"Hung Bui", "email": "hung.bui@mastek.com", "phoneNumber":"07070707070"}' http://localhost:8080/start
```