Synchronously returns an External Application object that represents an existing external application.
Example
const extApp = fin.ExternalApplication.wrapSync('javaApp-uuid');
const info = await extApp.getInfo();
console.log(info);
Synchronously returns an External Application object that represents an existing external application.
const extApp = fin.ExternalApplication.wrapSync('javaApp-uuid');
const info = await extApp.getInfo();
console.log(info);