Kubernetes in the Enterprise: Join our Virtual Roundtable as we dive into Kubernetes over the past year, core usages, and emerging trends.
Modern Digital Website Security: Prepare to face any form of malicious web activity and enable your sites to optimally serve your customers.
Senior Solution Architect at Apptium
Mississauga, CA
Joined Jun 2018
Stats
Reputation: | 102 |
Pageviews: | 96.3K |
Articles: | 2 |
Comments: | 1 |
Articles
Comments
Jun 20, 2019 · Colin Lu
No. ShoppingCartRestController is a spring rest controller serves the incoming rest request and starts a Camunda process instance (i.e. a workflow). The Camunda BPM engine is started when the microservice is launched by ShoppingCartServiceApplication with the annotation @EnableProcessApplication.