Visual Basic (Declaration) | |
---|---|
Public Overloads Sub GotoActivity( _ ByVal procInstID As Integer, _ ByVal fromActName As String, _ ByVal toActName As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
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
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