Hey Guys,
I’m stuck with a problem.
I’m working for a Client, who wants a Xhtml site with backend/database stuff.
In further projects we already implemented the site with a linear site logic, a linear flow to get from on site to the next and the last.
His next update contains many branches and some different variables which leads into more different branches of sites and flows.
Instead of implementing many java-logic or If-Else/Case cascade I thought about using the Camunda-Engine.
I constructed a example on how we want the engine to work.
(see example picture)
To the Question:
example.dmn (3.1 KB)
After every next or back action i want the engine to check the database for all the input variables and get a result URL that fits for the input variables.
(when the user starts the whole form, a blank version of it gets pre created and saved in the database with null-objects until he gets to it, this way we can check all input variables)
Also the Client dont want the task-list/webapp runing in the background.
I read the guide and found something about embedded and shared process engine but even in this standalone you have to deploy the .war on a tomcat for example.
So is it possible let the engine run inside the project without making a deployment?
Or is it even necessary to implement such an engine on this rather simple problem?
Sorry for my bad english skills.
Greetings Arnold