0% found this document useful (0 votes)
40 views3 pages

System Analysis

The document describes the main flow of an activity diagram for employee record operations. It lists the steps for adding, deleting, and updating an employee which first include checking access, returning an error message if not allowed or performing the operation and returning a success message if access is allowed.

Uploaded by

suresh gundiya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views3 pages

System Analysis

The document describes the main flow of an activity diagram for employee record operations. It lists the steps for adding, deleting, and updating an employee which first include checking access, returning an error message if not allowed or performing the operation and returning a success message if access is allowed.

Uploaded by

suresh gundiya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

6.

2 ACTIVITY DIAGRAM
MAIN FLOW

Diagrams For Each Operation :

1)

Add Employee:

Check Access

[Not Allowed]

Return Error Message

[Allowed]

Add Employee Record

Return Success Message

2)Delete Employee:

Check Access

[Not Allowed]

Return Error Message

[Allowed]

Delete Employee Record

Return Success Message

3)Update Employee:

Check Access

[Not Allowed]

Return Error Message

[Allowed]

Update Employee Record

Return Success Message

You might also like