Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. marksisson

    DTS conditional workflow

    Hi Robert - yes, I would like Task2 to always run regardless if Task1 runs or not. I've dreamt up some fancy ways to get around this but I'm hoping that is a simple DTS workflow issue (maybe not).
  2. marksisson

    DTS conditional workflow

    My goal is to have Task1 always occur before Task2 but in addition, I want Task1 to only run when certain conditions are true. The conditional part is fine: I've got a global var that I interogate in Task1's workflow activex script as such: if DTSGlobalVariables("DoBCP").Value then...

Part and Inventory Search

Back
Top