- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2023 04:28 AM
Hey Community,
I have a weird issue going on in workflow. Activities are being executed twice. I am not sure y. Any inputs or guidance on this will be helpful
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2023 04:45 AM
Oh thats ok. Thanks for responding.
If there is a branch activity being used can u also confirm if there is a join used in that workflow which joins both the outputs?
So what can be happening is if u use a branch in ur flow n don't join both the outputs to a join then this thing tends to happen as branch will run parallel y n execute whatever activities are present in its way. So if u don't use a join activity n simply join both the outputs lets say to a task activity or approval activity or any activity it will execute it twice because it does not understands that it should now stop running activities in parallel. In order to do this join activity is required.
You can find a join activity under core tab in workflow.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2023 05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2023 04:39 AM
Hi @SnowUserDev ,
Could you please share the screenshots as reference?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2023 04:48 AM
Hi @abirakundu23 ,
Apologies I do not have access to the instance where the workflow is residing.
Thanks