#1 2008-04-04 20:33:45

reecho101
Member
Registered: 2007-11-07
Posts: 23

runafter, runbefore

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?

Offline

#2 2008-04-05 00:27:01

plegall
Member
Registered: 2006-09-19
Posts: 1586
Website

Re: runafter, runbefore

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

#3 2008-04-05 13:23:59

reecho101
Member
Registered: 2007-11-07
Posts: 23

Re: runafter, runbefore

maybe it was 2.1, but there doesn't seem to be a functionality that replaces it??

Offline

#4 2008-04-05 17:04:01

plegall
Member
Registered: 2006-09-19
Posts: 1586
Website

Re: runafter, runbefore

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

#5 2008-04-05 23:53:15

reecho101
Member
Registered: 2007-11-07
Posts: 23

Re: runafter, runbefore

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.


Uploaded Images

Last edited by reecho101 (2008-04-06 00:11:18)

Offline

#6 2008-04-06 00:35:49

plegall
Member
Registered: 2006-09-19
Posts: 1586
Website

Re: runafter, runbefore

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

#7 2008-04-09 17:45:57

reecho101
Member
Registered: 2007-11-07
Posts: 23

Re: runafter, runbefore

Thansk.

Offline

Board footer

Powered by FluxBB