March 2020
Beginner to intermediate
426 pages
13h 11m
English
This object provides methods so that we can work with business process flows. Business process flows are used to guide users on how to complete a predefined process by following different steps and stages in a business process flow. The following common methods are available under this object:
| getActiveProcess | If we want to get an active process, we can use this method:
formContext.data.process.getActiveProcess(); |
| setActiveProcess | If we want to set any process as active based on the process ID, we can use the following code:
formContext.data.process.setActiveProcess(processId, callbackFunction); |
| getProcessInstances | We can use the following method to get all the process instances of the entity record:
formContext.data.process.getProcessInstances ... |
Read now
Unlock full access