-
Notifications
You must be signed in to change notification settings - Fork 3
R807
Leon Starr edited this page Aug 19, 2022
·
4 revisions
Activity communicates internally with zero, one or many Flow
Flow communicates with exactly one Activity
Data flows into and within a single Activity.
Inward flowing data is in the form of Input Parameters.
Outwardly communicated data is in the form of primitive Actions such as attribute read and write access, signaling, or in the case of some Synchronous Activities, a Synchronous Output.
This means that we define any given Flow locally to some Activity.
Since an Activity may or may not define any Actions, it is certainly possible to define an Activity wihtout any Flows.
Flow.(Activity, Domain) -> Activity.(ID, Domain)
Copyright © 2021-2023 Leon Starr