ProcessguidanceGotoActivity Method
Description
Displays the specified process guidance activity from the current package configuration XML file.
Syntax
Visual Basic
Public Sub ProcessguidanceGotoActivity( _
   ByVal Activity As String _
) 
Parameters
Activity
The activity to display.  Enter the activity ID value as defined in the package configuration XML file.  If no ID value exists, enter the Name value.
See Also