Hi Michael,
TX can run a script before and / or after the complete BU / DWH is processed.
You could create a simple custom table with a "Processed" and / or a "Date Processed" field that you perform a TRUNCATE against before BU / DWH processing starts and a SET or UPDATE statement against that after the BU and / or DWH is processed.
In your value chain you can then check against the status of the table. If it hasn't been marked as processed, don't start the next job yet.
We use this way of working as well for systems that depend on a BU or DWH being completely processed.
Kind Regards,
Wim
Hi Michael, You can also execute packages from the command line. In which case TX will return with exit codes after completion.
see this article for more info: https://legacysupport.timextender.com/hc/en-us/articles/210439143-How-to-Start-an-Execution-Package-from-the-Command-Line