Join Workflow Activity always goes to Incomplete

Vignesh21
Kilo Guru

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.png

 

Workflow progress:

Flow Stops.png

1 ACCEPTED SOLUTION

Sateesh Kumar D
ServiceNow Employee
ServiceNow Employee

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.

View solution in original post

3 REPLIES 3

Uncle Rob
Kilo Patron

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?

@Uncle Rob Thanks for response. After adding another join after If I could get this issue resolved. 

Sateesh Kumar D
ServiceNow Employee
ServiceNow Employee

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.