5 2 7 Attached Processes Functions Concepts

Visual LANSA

5.2.7 Attached Processes/Functions Concepts

A process is essentially a menu of functions.

A process named PROC01 with 3 functions named FUNC01 -> FUNC03 could be visualized like this:

If another process named PROC02 existed and had 2 associated functions called FUNC04 and FUNC05, then it could be visualized like this:

Both PROC01 and PROC02 can be independently invoked from within LANSA. However, it is possible to "attach" PROC02 to PROC01 by using the facilities discussed in the following sections.

If PROC02 was "attached" to PROC01, then PROC01 would now be visualized like this:

It is also possible to "attach" FUNC04 and FUNC05 directly to PROC01 (even though they are part of process PROC02). If this was done PROC01 could be visualized like this:

In fact, process PROC02 may have a process(s) "attached" to it. For instance, if process PROC03 was attached to process PRC02 and process PROC02 was itself attached to process PROC01, then process PROC01 could be visualized like this:

It can be seen from these examples that by "attaching" a process to another process a "hierarchy" of process menus can be created.

Some other points to note about this facility are:

  • Multiple processes may be attached to a single process.
  • Multiple functions (from other processes) may be directly attached to a process.
  • A process (or any of its associated functions) may be attached to itself.
  • If a process B is attached to process A, then it is possible to attach process A to process B.
  • Processes can be built into a "hierarchy" by using this facility. There is no limit to the "depth" of the hierarchy that can be defined, but when actually using a process the "depth" being used must not exceed 9 processes. If it does an error message will be issued indicating that it is not possible to go any deeper in the process "hierarchy" and that the required process should be accessed via a different route. 

Warning

  • When a process or function is deleted, all associated attachments are also automatically deleted.

Platform Considerations

  • IBM i: Processes and functions can be attached and detached dynamically. There is no need to recompile any associated functions after attaching or detaching them from another process.
  • Windows: Process must be recompiled for changes to take effect.

Also See

Attached Process/Function Definitions in the Technical Reference Guide

Attachments Tab in the User Guide

Ý 5.2 Developing with Processes and Functions