Workflow URLs can be used to open the Workflow module, open a specific Workflow queue, or even open a specific document in a specific Workflow queue. The following base URL will allow a user to open the Workflow module within OnBase.
onbasemobile://workflow?
The following additional parameters can be specified:
Parameter |
Description |
---|---|
queueid |
The queueid parameter is used to specify a Workflow queue to open. This parameter is optional. |
docid |
The docid parameter is used to specify the exact document to open within the queue, based on the document ID. This parameter is optional. Note:
This parameter can only be used if a queueid is specified. The docid parameter will be ignored unless the queueid is also specified. |
The following URL shows an example which will display a document that has a document ID of 752 in the Workflow queue that has a queue ID of 102.
onbasemobile://workflow?queueid=102&docid=752
All URL parameters and values must be lowercase.