Join workflow activity not working

John Vo1
Tera Guru

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?

find_real_file.png

1 ACCEPTED SOLUTION

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.

View solution in original post

8 REPLIES 8

Derek Behunin
Tera Guru

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

When I remove the other lines it works.  But when I add the other catalog task back it doesn't work.

find_real_file.png

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,

One line is not blue. SO it is still waiting?

Where is incomplete transition of this JOint activity?


Thanks,
Ashutosh