- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2020 12:21 PM
It's probably something simple that I'm missing. But my Join is not working as expected. When all the task are close and it goes to Join it stops there and doesn't go to log message and then end. Can someone help?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2020 12:39 PM
Correct, The join activity is waiting for all lines to reach it (Turn light blue)
Removing the the line means the join will no longer wait, but that leaves dead ends in your workflow.
Typically Join activities default to having an "Incomplete" transition, though they can be manually removed. It's possible that someone had deleted as it was saw as un-used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2020 12:27 PM
Notice how not all of the connecting lines attached to the join are light blue?
That means that an activity (from of screen) did not complete/reach the join. The workflow will wait until that activity completes and reaches the Join. If this is impossible it is possible for the join to trigger an "Incomplete" action and move forward that way.
More info and be found here
Let me know if this helps!
Derek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2020 12:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2020 12:35 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2020 12:29 PM
HI,
One line is not blue. SO it is still waiting?
Where is incomplete transition of this JOint activity?
Thanks,
Ashutosh