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_code

Example #2:

  1. Go to the ERP-Academy source code repository
  2. Find the Test_Populate_Framework repository
  3. Follow the path: src/com/chuboe/test/populate/ChuBoeCreateEntity.java
  4. Find the runProcess(...) method.
You should be able to copy and use this method in your code.