Page 1 of 1

RoutineActivity

Posted: Thu May 26, 2005 9:54 am
by pandu80
Hi,
I have a RoutineActivity and Two jobActivities.Based on the ReturnValue it should trigger either
of the job's.For one link i have mentioned as 'ReturnValue Conditional =1' and for the second link
'otherwise'.Why my job always triggers 'otherwise' link even the routine returns '1'.What could be the reason?
Anyhelp would be appreciated.

TIA.

Posted: Thu May 26, 2005 11:32 am
by Sainath.Srinivasan
Write the return value to a log and confirm it is what you think it is.

Posted: Thu May 26, 2005 11:34 am
by ranga1970
There is no reason I could think of, otherwise means value otherwise than the 1 which you specified, did you put '=1' in your expression value or just 1, if you had put just 1, try putting = 1

Posted: Thu May 26, 2005 11:36 am
by pandu80
i put '=1' only.and Routine returns the value as what i expects.

TIA.
ranga1970 wrote:There is no reason I could think of, otherwise means value otherwise than the 1 which you specified, did you put '=1' in your expression value or just 1, if you had put just 1, try putting = 1

Posted: Thu May 26, 2005 11:45 am
by pandu80
it returns perfectly right.
Sainath.Srinivasan wrote:Write the return value to a log and confirm it is what you think it is.