Workflow Monitor APIs

Call the following APIs to retrieve an access key or to generate a complete URL to access various pages of the administrator version of the Status Monitor with guest access. The Workflow Monitor APIs are defined in the PL/SQL package called WF_MONITOR.

Note: The GetURL API from earlier versions of Oracle Workflow is replaced by the GetEnvelopeURL and GetDiagramURL APIs. The functionality of the previous GetURL API correlates directly with the new GetDiagramURL. API. The current version of Oracle Workflow still recognizes the GetURL API, but moving forward, you should only use the two new APIs where appropriate.

Note: Oracle Workflow also provides Java methods for accessing the Status Monitor which are defined in the Java class called oracle.apps.fnd.wf.monitor.webui.Monitor.

Related Topics