Skip to content

This demo shows how to build a basic BPMN process to search Star Wars characters.

Notifications You must be signed in to change notification settings

vzickner/awesome-starwars-animation-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Star-Wars Animation Talk

This demo shows how to build a basic BPMN process to search Star Wars characters. Based on all Star Wars characters found, it will decide if those characters should be displayed. At the end the process is searching for each character a GIF from Giphy and is displaying them on a basic GET request.

Running the Demo

You need to replace inside the Star_Wars.bpmn20.xml file GIPHY_API_KEY with an actual API key. Afterwards, you can run the Spring Boot application either with mvn spring-boot:run or directly out of your development environment.

It is also possible to push the application to cloud foundry by executing:

cf push awesome-starwars-animations -p target/awesome-starwars-animations-0.0.1-SNAPSHOT.jar

Modifing or Building the Process Model and Decision Table

To build the same process, you need to install Flowable (tested with version 6.4.1).

You have three possibilities:

You can import the processes out of the processes and the decision table out of the dmn folders through the import button.

Screenshots

Overview over the Process

Process

Decision Table

Decision Table

Result

Result

About

This demo shows how to build a basic BPMN process to search Star Wars characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published