I need to create an activity diagram for particular SMS sending task from a computer. Following is the SMS process
But the problem here is, this SMS sending activity ONLY get called when an intruder alarm is raised. So, should I add this to the diagram as well? If I add it, the process will looks like below
Which way should I follow? Please help.
Sounds like you could use an accept-event action to wait for an intruder alarm, then use a call-behavior action to call the SMS-sending activity.