1. Process Model (D): "The Call Integration smart service is a powerful tool that allows you to start an integration from a process model."
Source: Appian Documentation
"Call Integration Smart Service".
2. Expression or Rule (B) & SAIL saveInto parameter (E): "You can call an integration from any expression using the a!integration() function. This allows you to call an integration from an interface
web API
or other expression." The documentation further clarifies its use in interfaces: "For example
you could use this function in the saveInto parameter of a button component..."
Source: Appian Documentation
"Calling an Integration".
3. SAIL saveInto parameter (E): The a!save function
used within saveInto
can execute an integration rule. "The value parameter [of a!save] is...evaluated and saved into the target...when the user interacts with the component." This evaluated value can be the result of an a!integration() call.
Source: Appian Documentation
"a!save() Function".