You are not logged in.
Announcement
Unanswered posts
|
Thansk.
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").
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.
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.
maybe it was 2.1, but there doesn't seem to be a functionality that replaces it??
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.
I am using 2.3.0.r8623 and I have noticed that the runafter and runbefore process flows are missing from the components that were present in 2.2
Is there another way to implement this feature or am I looking in the wrong place?
Can someone please help me out?