1.

What Is The Difference Between Call And Branch?

Answer»
  • The CALL instruction calls the another specified activity and execute it. When that activity completes, control returns to the calling activity.
  • Use the Branch instruction to find another specified activity and branch to it without a return.
  • When the system executes a Branch step, control TRANSFERS to another activity found through RULE resolution. Execution of the original activity pauses.
  • When the branched activity ends, processing of the CURRENT activity also ends.
  • No steps after the Branch step are executed.



Discussion

No Comment Found