I am attempting to use Visual Paradigm to produce an activity diagram. I want to use a conditional node. I have placed ond in my diagram, named it and now see there are two areas Test and Body. I want to enter a test condition but see no way to do that. The area marked test does not seem editable, what gives? I've searched the web and S/Ofor this answer even visual paradigms own forms and guides, but as yet have come across no explanation of how this feature works. I just want to enter a condition such as X == true.
0
votes
1 Answers
0
votes
If you want to check if X (X=true is the same as simply X), or if a>b, there is Decision node for it. It looks as a rhombus with arrows to and from it.
Conditional node is something that works only on some condition. It is not the branching, you can put there components, that simply don't exist without that condition.