URL Actions |
Scroll |
There are a number of actions that can be performed in the Thereforeā¢ Web Client using URLs. In turn, these could be triggered by a 3rd party application that has the needed integration capability.
Where to find unique IDs
In order for the URL actions to work, the unique IDs of categories, workflow processes, index data fields, etc. are needed.
Category IDs and workflow process IDs
Category IDs and workflow process IDs are displayed in the Thereforeā¢ Solution Designer. Go to the repository and click on the folder containing the category or workflow process to find out their ID.
Field IDs
The unique field ID for an index data field can be found in the Thereforeā¢ Solution Designer. Right-click on the category containing the index data field and select 'Open Category' to open the category definition. In the category definition, right-click on an index data field and select 'Properties' to open the Field Properties dialog. There, you can find the field ID.
Ad-hoc Task IDs, Document IDs, and workflow instance IDs
Search for the ad-hoc task, document, or workflow instance in any Thereforeā¢ client (such as Thereforeā¢ Navigator, Thereforeā¢ Web Client or Thereforeā¢ Go) to find out their unique IDs. The unique IDs are called "Task No.", "Document ID, and "Instance No." respectively.
List of URL actions
Open a workflow process |
URL pattern: https://server/ip/TWA/tdwv/#/workflows/X
•Replace 'X' with the workflow process ID.
https://server/ip/TWA/tdwv/#/workflows/6
|
Open a certain workflow instance |
URL pattern:
https://server/ip/TWA/tdwv/#/workflows/instance/X/1
•Replace 'X' with the workflow instance number.
•Optionally, add '?v=Y' to access different version numbers by setting Y to the version you wish to open.
Example:
https://server/ip/TWA/tdwv/#/workflows/instance/X/1
|
Look up a specific document |
URL pattern:
https://server/ip/TWA/tdwv/#/document/X
•Replace 'X' with the document ID.
•Optionally, add '?v=Y' to access different version numbers by setting Y to the version you wish to open.
Example:
https://server/ip/TWA/tdwv/#/document/626?v=2
|
Create a new document in a specific category |
URL pattern:
https://server/ip/TWA/tdwv/#/document/new/X
•Replace 'X' with the category ID for the category you'd like the document to belong to.
Example:
https://server/ip/TWA/tdwv/#/document/new/67
|