The Document component is used to download a document from the server that hosts the Oracle BPM WorkSpace application to the end-user's computer. The Document.open() method transfers the specified document to the client's Web browser, which opens the document with the default desktop application that is associated with that type of document.
Because this component requires end-user interaction, it can only be used on Interactive activities or within Screenflows.
The following example opens a MS Word document:
open Document
using fileName = "/tmp/FinalReport_58232.doc"