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
- Host: GitHub
- URL: https://github.com/hbweb/activiti-springboot-concept
- Owner: hbweb
- Created: 2016-11-16T12:30:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T09:28:48.000Z (over 9 years ago)
- Last Synced: 2025-01-29T20:38:00.022Z (over 1 year ago)
- Language: Shell
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```