Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Solved Logical expression

More
11 May 2015 18:45 - 12 May 2015 13:13 #1 by ikafai
Logical expression was created by ikafai
HI,

Can I implement logical expression on action/link? I had to manage errors of previous action. To do so, I duplicate the log for each error action.
With logical expression i can optimize my Process.
for example:
I match by unsuccessful link 3 actions to my mapping log
(Action1 OR Action2 OR action3) ====> LOG

Best regards
Last edit: 12 May 2015 13:13 by ikafai.
More
12 May 2015 12:14 - 12 May 2015 12:16 #2 by Thomas BLETON
Replied by Thomas BLETON on topic Logical expression
Hi,
You can implement this with the link's properties "Execution Type" and "Triggering Behavior".
See the attached example and play with it.
Note the "Unsuccessful" links are in "Not Mandatory" Behavior.
Also note that "ErrorOccured" will be executed for each action in error : in our example two times.

This attachment is hidden for guests.
Please log in or register to see it.

This message has an attachment file.
Please log in or register to see it.

Last edit: 12 May 2015 12:16 by Thomas BLETON.
More
12 May 2015 13:12 #3 by ikafai
Replied by ikafai on topic Logical expression
That was very helpful.I didn't see the option "Triggering Behavior" in links. Thanks