Task Processing
- used when a command needs to be invoked after a certain condition has become true, but usually only when conditions are not known
- in many cases, let user invoke the command at the right time
- in Line of Business applications, this is the only thing the UI is used for
- when conditions are known / only postponed in time, it can be automated
- when conditions are comples, background service monitors state until conditions are met
Backlinks