Retrieves the process information associated with a view.
Example
const view = await fin.View.getCurrent();
const processInfo = await view.getProcessInfo();
Retrieves the process information associated with a view.
const view = await fin.View.getCurrent();
const processInfo = await view.getProcessInfo();