GotoActivity(Int32,String) Method
See Also 
SourceCode.Workflow.Management Namespace > WorkflowManagementServer Class > GotoActivity Method : GotoActivity(Int32,String) Method



procInstID
activityName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GotoActivity( _
   ByVal procInstID As Integer, _
   ByVal activityName As String _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim procInstID As Integer
Dim activityName As String
Dim value As Boolean
 
value = instance.GotoActivity(procInstID, activityName)
C#  
public bool GotoActivity( 
   int procInstID,
   string activityName
)
C++/CLI  
public:
bool GotoActivity( 
   int procInstID,
   String^ activityName
) 

Parameters

procInstID
activityName

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also