Thanks Kevin!However, we are still having issues... this is our code:Dim pEX As IExtension = pApplication.FindExtensionByName("workflow manager")
If Not pApplication.FindExtensionByName("workflow manager") Is Nothing Then
Dim ext As IExtension = CType(pEX, IExtension)
Dim pJTXEX As IJTXExtension3 = CType(ext, IJTXExtension3) 'TryCast(pApplication.FindExtensionByName("workflow manager"), IJTXExtension4)
Dim pJob As IJTXJob2 = CType(pJTXEX.Job, IJTXJob2)
The error messages we receive are attached. This code works with our old JTX 9.3 environment.Suggestions?[ATTACH=CONFIG]34833[/ATTACH]