Jonathan L [
https://community.jboss.org/people/jhl] created the discussion
"xor gateway - default case?"
To view the discussion, visit:
https://community.jboss.org/message/795514#795514
--------------------------------------------------------------
Hi,
Is it possible to have a condition out of an XOR gateway that acts as a
"catch-all" or default in case non of the other conditions are satisfied - think
of a switch-case statement
I'm trying to find the bpm equivalent for the following:
switch (some condition) {
case <value 1>: ....
case <value 2>: ...
default: ..... // this is what i want
}
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/795514#795514]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]