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



procInstID
fromActName
toActName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub GotoActivity( _
   ByVal procInstID As Integer, _
   ByVal fromActName As String, _
   ByVal toActName As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As WorkflowManagementServer
Dim procInstID As Integer
Dim fromActName As String
Dim toActName As String
 
instance.GotoActivity(procInstID, fromActName, toActName)
C#  
public void GotoActivity( 
   int procInstID,
   string fromActName,
   string toActName
)
C++/CLI  
public:
void GotoActivity( 
   int procInstID,
   String^ fromActName,
   String^ toActName
) 

Parameters

procInstID
fromActName
toActName

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