Previous Topic: Self-Contained ContentNext Topic: Navigate to a Specific Part of a Process


Self-Contained Content Links

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.

Interaction Request Form
[Server URL]?page=Form&refPath=<path> 
Start Request Form
[Server URL]?page=Commander&refPath=<path> 
Schedule
[Server URL]?page=Agenda&refPath=<path>
Calendar
[Server URL]?page=Calendar&refPath=<path> 
Custom Icon
[Server URL]?page=CustomIcon&refPath=<path>
Custom Operator
[Server URL]?page=Template&refPath=<path>
DataSet
[Server URL]?page=Dataset&refPath=<path>
Package
[Server URL]?page=C2OPackage&refPath=<path>
Process Watch
[Server URL]?page=AppMonitor&refPath=<path>
Resource
[Server URL]?page=Resources&refPath=<path>
Process
[Server URL]?page=processeditor&refPath=<path>

Other Entities:

Process Watch (default)

The following format accesses the Process Watch as seen on the Operations tab:

[Server URL]?page=processwatch
Task Lists

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
Process Instances

The following format accesses a runtime instance of a process in its own window:

[Server URL]?page=runtimeeditor&ROID=<runtime_instance_ID>
Forms

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
Object Versions

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 
Process Versions

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