0

In this Activity Diagram, I'm using an input-pin for some user parameter which need to be passed to the other activity (some_activity). I also want to use those parameters in the "param_test" diagram (guard of the decision node). Is this the correct syntax?

seq-diag

cpx
  • 17,009
  • 20
  • 87
  • 142
Chris
  • 4,204
  • 1
  • 25
  • 30

1 Answers1

1

I don't think that UML defines exactly what can be used as a guard, but the reader of the model will probably understand what your model, so I would say it is correct

vainolo
  • 6,907
  • 4
  • 24
  • 47