Execute a number of tasks without executing a package - "Execute From Here"
Hi guys,
The ability to run a task in isolation (right-click on a task, select "Execute Task") is fantastic.
But, what if I want to run a subset of all the tasks in a package? My only option is to disable all the tasks that I don't want to execute and then execute the package.
How about when right-clicking on a task there is an option "Execute from here" which runs a task and then all tasks subsequent to it. Execution could be halted through the use of breakpoints.
What does anyone think? Would that be useful?
Thanks
Jamie
Well, you have other options. You can muck with the precedence constraints that go before the portion that you wish to execute. Yes, you have the option of disabling all the tasks you don't want to execute. This is easy, just select them either individually using the shift or control key and right click one of them and select disable. It will disable all the ones selected. For an average sized package takes all of two seconds. Or you can get fancy and place the workflow in a sequence and execute the sequence with right click "Execute Task". ( I know, not a very good name for executing a container. )
K