8000 GitHub - ritense/multi-instance-complex-objects-demo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ritense/multi-instance-complex-objects-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi instance subprocess with complex object collection

Demonstration using complex objects as process variables in combination with multi instance sub process in Camunda

Recommendation is to use JSON to serialize complex objects. More info here

Account: admin password: admin123

Steps

  1. start project by executing spring-boot:run
  2. login the tasklist
  3. start Car Type process
  4. navigate to the cockpit
  5. look for the started process instance and drilldown to the waiting user task
  6. copy user task id and use postman collection to POST JSON collection with cars
  7. The console should now print car name and car types for all cars present in the collection.

Output should be:

printing car name:
VW
printing car type:
Golf
printing car name:
Seat
printing car type:
Ibiza

About

No description, website, or topics provided.

Resources

License

Stars

Releases

No releases published

Packages

No packages published

Languages

0