What is the difference between 'Branch Activity' and other?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2017 11:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 03:19 AM
Hi Shalini,
You generally use branch activity when you want to split one transition into multiple transition paths. All transitions from this activity execute concurrently.
Go through the link below:
http://wiki.servicenow.com/index.php?title=Utility_Activities#gsc.tab=0
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2017 09:17 PM
Thank you all for reply..
Hi Ankur,
If you use any other activities for multiple transition path so you can see that all transitions from activity execute concurrently.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 04:03 AM
Branch activity doesn't actually do anything different than just having the paths go out to multiple activities from any other activity

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 04:15 AM
As the others stated above, it's pretty close to just being the same as making multiple transitions, but it does have two main differences. First - readability. It's very obvious that There is a branch going on. If your workflow has a lot of crossed wires, this may make it easier to read.
Second, (from section 2 of the page Utility activities)
Branching can affect the behavior of rollback activities. See Selecting a Rollback Activity for more information.