What is the difference between using the Call and Branch methods in an activity step to invoke other activities?

What is the difference between using the Call and Branch methods in an activity step to invoke other activities?
A . Call provides more robust debugging capability than Branch, while Branch provides better run-time performance.
B . Branch overrides the security restrictions of the called activity allowing you to easily test code; it will not run in production.
C . Branch creates a new thread to allow asynchronous processing, while Call runs in the thread from it was invoked.
D . Call returns to the originating activity, while Branch skips the remainder of the originating activity.

Answer: D

Explanation:

The difference between using the Call and Branch methods in an activity step to invoke other activities is that Call will return to the originating activity once the called activity completes, while Branch will not return to the originating activity and will skip the remainder of it after the called activity completes.

Reference: Pega official documentation on activity methods.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments