Run the RegenerateCacheOrchestratorApplication Class
You've used Postman to get the session token from your org, configured your IDE for Java, loaded the orchestration classes into your IDE, and populated the cache. Now you're ready to configure and run the RegenerateCacheOrchestratorApplication class.
To run the RegenerateCacheOrchestratorApplication class in Visual Studio Code:
-
In Visual Studio Code, click the Explorer icon and expand the CACHE_AND_POPULATE_ORCHESTRATORS pane.
-
Locate and click the
RegenerateCacheOrchestratorApplication.java
file. The file opens in a tab. -
Edit these String values in the file:
String Value Set the value to accessToken The access_token
value you saved in the Set Up Postman, Import the Files, and Get the Token taskorgNamespace vlocity_cmt
.instanceUrl Your org's hostname, for example https://demo.my.salesforce.com
-
Make sure part of the file looks something like this, then save it:
-
Right-click the
RegenerateCacheOrchestratorApplication.java
file and select Run Java. -
Watch the TERMINAL pane to see JSON responses for REST API calls appear.