You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Are you sure RunBefore/RunAfter were present in 2.2? (for me it seems to have disappeared such a long time ago...)
RunBefore/RunAfter were first replaced by ThenRun. And now (TOS 2.3), ThenRun was replaced by OnSubjobOk.
Offline
RunAfter was not replaced, that's right. RunAfter was only a reversed RunBefore (and automic migration task has replaced RunAfter with reversed RunBefore). TOS 2.1 RunBefore is exactly the same as TOS 2.3 OnSubjobOk. We've lost no feature.
Offline

In the image I posted, I am using the OnComponentOk feature. This causes my "Cycle Through Files" to happen before ALL files are uploaded.
I am uploading files based on a date match from a range of dates. I would like to upload the entire range then cycle through the files. In the 2.1
version, I was able to do this with the runafter feature. I am having problems producing the runafter feature in the new version.
Could someone please help me out?
Is the OnComponentOk the same as OnOk from previous version.
Last edited by reecho101 (2008-04-06 00:11:18)
Offline
reecho101 wrote:
Is the OnComponentOk the same as OnOk from previous version.
Yes, that's exactly the case.
The expected behaviour you describe requires the use of OnSubjobOk (from tOracleInput "Select Run Date" to tFileList "Cycle Through Files").
Offline
Pages: 1