InterviewSolution
Saved Bookmarks
| 1. |
What Is A Task? |
|
Answer» A Task is an elementary activity or atomic process capable of handling a unit of work. It cannot be split further without a loss of BUSINESS meaning. It can be implemented by ONE or more PROVIDERS. Examples INCLUDE Create Customer, Query Payment, and so on. A Task is an elementary activity or atomic process capable of handling a unit of work. It cannot be split further without a loss of business meaning. It can be implemented by one or more providers. Examples include Create Customer, Query Payment, and so on. |
|