Book a Demo

Author Topic: Problem reusing parameter in activity diagram.  (Read 3480 times)

Sunil V Shetty

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Problem reusing parameter in activity diagram.
« on: October 28, 2015, 04:58:50 pm »
Hi,

I am creating an activity diagram for a login page which is required for a project I am doing. I have created an activity called "Initialize system" where all the parameters are initialized(ex : username, password, isClickedLogin ...). But I am not able reuse these parameters. For example default value of parameter "isClickedLogin" is false. But in the "login" activity I want to change its value to true.

Is there a way to do this?
Thanks in Advance.    


Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Problem reusing parameter in activity diagram.
« Reply #1 on: October 29, 2015, 09:11:30 am »
It sounds like you are directly using the activity in multiple activity diagrams. What you want is a call behavior action instead. (Which then contains action pins representing the activity's parameters)

Sunil V Shetty

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Problem reusing parameter in activity diagram.
« Reply #2 on: October 29, 2015, 07:16:43 pm »
Thanks for your reply. It was helpful.
« Last Edit: October 29, 2015, 07:17:14 pm by Sunil »