The following links support self-contained content in other views, frames, web parts, or portals. You can also send email with these links to facilitate direct views on specific objects.
Instead of [Server URL], use the URL for your CA Process Automation deployment:
http://server:port/itpam/Web.jsp
Instead of <path>, specify the absolute path to the automation object and its name in the Library Browser:
/MyProjectFolder/Folder_1/MyStartForm
Note: These links are case-sensitive.
Automation Objects:
CA Process Automation objects are URL addressable. These tear off URLs can be embedded within iframe or portlets of other products. For example, you can trigger a process and have the tracking UI for that instance embedded into a custom portlet.
[Server URL]?page=Form&refPath=<path>
[Server URL]?page=Commander&refPath=<path>
[Server URL]?page=Agenda&refPath=<path>
[Server URL]?page=Calendar&refPath=<path>
[Server URL]?page=CustomIcon&refPath=<path>
[Server URL]?page=Template&refPath=<path>
[Server URL]?page=Dataset&refPath=<path>
[Server URL]?page=C2OPackage&refPath=<path>
[Server URL]?page=AppMonitor&refPath=<path>
[Server URL]?page=Resources&refPath=<path>
[Server URL]?page=processeditor&refPath=<path>
Other Entities:
The following format accesses the Process Watch as seen on the Operations tab:
[Server URL]?page=processwatch
The following format accesses all tasks as seen on the Operations tab:
[Server URL]?page=tasklist&tasklist=alltasks
The following format accesses group tasks as seen on the Operations tab:
[Server URL]?page=tasklist&tasklist=grouptasks
The following format accesses my tasks as seen on the Operations tab or the Home tab:
[Server URL]?page=tasklist
The following format accesses a runtime instance of a process in its own window:
[Server URL]?page=runtimeeditor&ROID=<runtime_instance_ID>
The following format accesses the Start Request Form or Interaction Request Form that is used to reply to a task:
[Server URL]?ROID=<runtime_object_ID>&tasklist=ALL_TASK_FILTER &page=replytask
The following format accesses a list of Start Request Form instances as seen on the Operations tab:
[Server URL]?refPath=<path_to_SRF_object>&page=srflist
To access a specific checked-in version of any library object except a process, append the versionid parameter to the URL:
&versionid=<version_number>
For example, to access version 3 of the MyResource object:
[Server URL]?page=Resources&refPath=/TestFolder/MyResource&versionid=3
To access a specific checked-in version of a process, append the version parameter to the URL:
&version=<version_number>
For example, to access version 4 of the MyProcess object:
[Server URL]?page=processeditor&refPath=/TestFolder/MyProcess&version=4
|
Copyright © 2014 CA.
All rights reserved.
|
|