-
Notifications
You must be signed in to change notification settings - Fork 3
R860
Leon Starr edited this page Feb 10, 2022
·
1 revision
Signal Creation Action asynchronously creates instance of exactly one Class
Class has instance asynchronously created by zero, one or many Signal Creation Action
A Signal Creation Action will trigger a creation event defined on a single Class, resulting in a new instance of that Class.
Any given Class may or may not define such a creation event. If not, it will never receive a creation signal.
And even if a creation event is defined on a Class, no Signal Creation Action may be defined to send the corresponding Signal. This would likely be due to an incompletely defined model.
More than one Signal Creation Action could be defined in various Activities scattered throughout a model, all targeting the same Class.
Signal Creation Action.(Class, Domain) -> Class.(Name, Domain)
Copyright © 2021-2023 Leon Starr