Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To create a multithreaded process, we you need to create two process classes extending com.crm.process.CRMProcessRunBean implementing at least one method each. The first one (main) will be used to create and run new threads and the second one will implement the business logic executed by a thread.

...