Searching for tasks with code – Executables and Event Handlers

Searching packages or just enumerating through all tasks is not quite as straightforward as it may first appear, mainly because of the way you can nest tasks within other containers. You can see this illustrated in the sample package below where I have used several sequence containers and loops. To complicate this further all containers… Continue reading Searching for tasks with code – Executables and Event Handlers

Maintaining packages with code – Adding a property expression programmatically

Every now and then I’ve come across scenarios where I need to update a lot of packages all in the same way. The usual scenario revolves around a group of packages all having been built off the same package template, and something needs to updated to keep up with new requirements, a new logging standard… Continue reading Maintaining packages with code – Adding a property expression programmatically