- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 01:29 PM
Hi All,
I am stuck with this simple Join activity and its always returning incomplete. Can someone help me how do i fix this.
Workflow progress:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 04:26 AM
Hi Vignesh,
It looks like almost only 3 out of 4 transitions sinks to join can complete, as there is if / else activity for 2 of the transitions.
So I would suggest to have an activity to which the transition of if and else should sink to and then from there it should sink to the join activity so that this join will have only 3 transition which always be completing in both if and else scenario.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 04:52 PM
This usually happens when some element of the Work Flow "gets ahead of" the join. Can you show a picture of the FULL workflow please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 08:25 AM
@Uncle Rob Thanks for response. After adding another join after If I could get this issue resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 04:26 AM
Hi Vignesh,
It looks like almost only 3 out of 4 transitions sinks to join can complete, as there is if / else activity for 2 of the transitions.
So I would suggest to have an activity to which the transition of if and else should sink to and then from there it should sink to the join activity so that this join will have only 3 transition which always be completing in both if and else scenario.