How to Run a Process from a Process (from code)
The purpose of this page is to show you how to run a process from code.Example #1:
http://wiki.adempiere.net/Calling_a_process_from_codeExample #2:
- Go to the ERP-Academy source code repository
- Find the Test_Populate_Framework repository
- Follow the path: src/com/chuboe/test/populate/ChuBoeCreateEntity.java
- Find the runProcess(...) method.