Panel | ||
---|---|---|
| ||
This section describes how a multithreaded process is implemented.
What does this section cover?
|
Implement a Multithreaded Process
To create a multithreaded process, 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.
...