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 . Branch overrides the security restrictions of the called activity allowing you to easily test code; it will not run in production.
B . Branch creates a new thread to allow asynchronous processing, while Call runs in the thread from it was invoked.
C . Call provides more robust debugging capability than Branch, while Branch provides better run-time performance.
D . Call returns to the originating activity, while Branch skips the remainder of the originating activity.

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments