Schedule Instance

This section looks at the interface exposed by the schedule instance object. You get a reference to this object either through the collection, exposed by the group manager, or through the corresponding moniker.

In Visual Basic, the type library for this object is in SkedCore.dll, the same as that for the group manager above.

The following code fragments show how to get a reference to a schedule instance. This is the idiomatic use of the default property, Item, of the group manager. The collection of instances exposed by the group manager is being indexed by the name of the instance, which is the GUID assigned to it by the XLANG Scheduler Engine:

 Dim oInst As COMRUNTIME.IWFWorkflowInstance Set oInst = oGrp("{7DFE4B47-19EB-45a1-AE35-492886B4FF74}") ...

Get BizTalk™ Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.