Previous Topic: Process-Implementing ProceduresNext Topic: One Process to Many Procedures


One Process to One Procedure

Typically, one procedure implements one elementary process, as shown in the following illustration.

The one-to-one case is the easiest to implement because it requires less complex logic and is simpler to maintain than many-to-many.

One Process to One Procedure