You can create a link for users to open up a specific document within a Workflow queue.
hylandmobile://launch?appid=onbase-mobile&path=workflow/lifecycle/[lifecycle ID]/queue/[queue ID]/doc/[document ID]
The path is constructed by specifying the corresponding Workflow lifecycle, queue, and document IDs, as shown in the previous example.
In the following example, the link will open OnBase Mobile and display the document with a document ID of 111 within queue ID 222 within lifecycle 104.
hylandmobile://launch?appid=onbase-mobile&path=workflow/lifecycle/104/queue/222/doc/111
Note:
The document must exist in the Workflow queue or it will not be displayed.