Execute Method
See Also 
SourceCode.Workflow.Authoring Namespace > ITemplate Interface : Execute Method



K2Object
The template to execute

Glossary Item Box

Executes the template associated with the K2Object.

Syntax

Visual Basic (Declaration) 
Function Execute( _
   ByVal K2Object As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ITemplate
Dim K2Object As Object
Dim value As Boolean
 
value = instance.Execute(K2Object)
C# 
bool Execute( 
   object K2Object
)
C++/CLI 
bool Execute( 
   Object^ K2Object
) 

Parameters

K2Object
The template to execute

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