Showing posts with label taskhost. Show all posts
Showing posts with label taskhost. Show all posts

Tuesday, March 20, 2012

Path of Tasks

Hi,

no results during my search of the web, maybe one of yours can help.

Is there a possibility (during design time is OK) to find out, which TaskHost is before and after a CustomTask (by wiring in ssis-designer) and which type of wire it is (Error, Finish, Success).

Maybe the order of executables is providing this information, when there are no props or methods (and i found none), but then you don't know anything about the type.

Any ideas?

Thanks

Found it out by myself.

TaskHost.Parent.PrecedenceConstraints gives a list of connections between the Executables.

|||

Hi,

but there is no possibility to check via Validate().

Is there a possibility to tell a task in designer, that it has been connected or unconnected. And from this point to have access to the PrecedenceConstraints-Property / TaskHost

Thanks

Thorsten