Author Topic: Activity diagram Send Signal action does not send Signal parameters  (Read 1783 times)

mse

  • EA User
  • **
  • Posts: 303
  • Karma: +1/-0
    • View Profile
Steps to reproduce:

1. Start a simulation from the statechart.
2. Trigger the event S1 without parameters.
3. Wait for activity diagram to complete.

The SendSignal is sent according to the simulation log window, however, the parameter is not interpreted correctly. If the guard is removed from the transition in the statechart, the transition is taken. This demonstrates that the signal parameter is not being received. If a UIBroadcastSignal effect is used however, then the statechart takes the transition.

Expected behavior:

The transition SI[sim.S1.data==9] needs to be completed when a SendSignal event with S1 having parameters data=9 is sent from the activity diagram.