Hello,
I’m using REFramework.
On the init statement I want to add new condition for end process.
Here is the current:
I want to say somehow SystemError isNot Nothing OR Bool(I have one Boolean value)
Then to go End Process.
My idea is that sometimes my bool would be true, so if I don’t have any system errors, but my Bool is true, he will need to go in End Process.
1 Like
If you want we can include that condition
In the second transition
Like this
Not SystemError is nothing OR bool_variable = True
Were you facing any issue in using that condition
Cheers @Veselin_Ganchev
4 Likes
sarathi125
(Parthasarathi)
November 13, 2019, 7:52am
3
@Veselin_Ganchev ,
Try with this,
SystemError IsNot Nothing OR yourBoolVariable
3 Likes
Rocki_Jan
(Rocki Jan)
November 13, 2019, 7:52am
4
Yes… From GetTransaction state, you can add a condition that you want.
@Palaniyappan
Hi, I was not sure for the syntax.
Thank you.
1 Like
system
(system)
Closed
November 16, 2019, 7:53am
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.