Spring-activiti | Spring platform integration activiti workflow engine example
kandi X-RAY | Spring-activiti Summary
kandi X-RAY | Spring-activiti Summary
Spring platform integration activiti workflow engine example
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Spring-activiti
Spring-activiti Key Features
Spring-activiti Examples and Code Snippets
Community Discussions
Trending Discussions on Spring-activiti
QUESTION
Maybe I'm comparing potatoes with apples. I'm working with YAWL, a workflow language that is based on Petri net.
I'm at the very start of beginning to understand it, but there's a point that I doesn't catch: what is the difference of a "classic" clustered system - or a cloud or grid system - and a Petri net?
I mean, for example, what are the differences of a clustered system of a Django webapp, for example, and a webapp written in YAWL?
EditI found this business process management engine, Activiti, integrable in Spring Boot. What are the differences between a webapp written in YAWL and a webapp written in Spring Boot + Activiti?
...ANSWER
Answered 2019-Jun-21 at 10:17As mentioned in a comment, Petri nets are abstract mathematical models. They have nothing to do with clusters or webapps, unless you want to model a cluster or webapp as a Petri net.
YAWL and the tools around it seem to implement a workflow engine, with some interfaces to webapps. That means you can define workflows in a graphical environment, and somehow bring them into the web without writing a lot of code. It's a domain-specific solution.
Django is a general web framework. You can do all kinds of stuff with it, not just workflows. But you have to write the code for whatever you want to do.
QUESTION
I have the following Activiti 6 applications running from the official provided .WAR files. Have succesfully deployed these to my localhost
- activiti-app - http://localhost:8080/activiti-admin/
- activiti-admin - http://localhost:8080/activiti-admin/
- activiti-rest - http://localhost:8080/activiti-rest/
So far I can use activiti-app to produce BPMN files and start up applications using the interface. So far so good.
However what im looking to do is write my own Spring Apps but be able to view them running using the activiti UI apps.
So looking at the baeldung-activiti tutorial. You can start the application.
...ANSWER
Answered 2018-Sep-18 at 09:02That's pretty easy if you have the activity-rest
configured and running. The REST API is documented here.
So you just need to do a Web Service call to the correct API endpoint. For example to list all of the processes you need to do a GET
request to the repository/process-definitions
endpoint.
Note: The Rest API uses Basic Auth.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Spring-activiti
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page