-
Notifications
You must be signed in to change notification settings - Fork 3
R54
Leon Starr edited this page Aug 5, 2022
·
4 revisions
Ingress Operation executes one or many Ingress Activity
Ingress Activity is defined on exactly one Ingress Operation
When an Ingress Operation is invoked, it must cause some effect in the local Domain. It can only do that by executing an Activity.
Not all externally triggered internal effects are necessarily mediated by an Ingress Operation. Implicit bridging could result in a direct internal effect, such as a class method invocation or a create action. But, when an Ingress Operation is involved, it must do something.
Ingress Operation.(Activity, Domain) -> Ingress Activity.(ID, Domain)
Copyright © 2021-2023 Leon Starr