This is a sample project to learn how to build a Spring Boot Flowable project step by step.
- Create REST endpoints to:
- Get the list of available definitions (keys and names)
- Start a new process by its key
- Get the list of active tasks (task id, process id and task name)
- Complete a specific task by task id
- Get the image representing the current state of a process by process Id
- Either use a REST client (like [Postman] to interact with your API or create your own web application client interface)
00 - Base project
01 - Flowable Configured
02 - Frontend and Process samples
03 - Rest endpoints and service task