Pending Tasks grid
You can access the tab by clicking the icon in the Pending Tasks grid. Here is the Action script that is used for the button.
Function wf_view() As Long
Dim result As Long = StartForm("FRMPROJECTMGMT", _OBJECTKEY)
Return 1
End Function