Skip to main content
12-Amethyst
January 11, 2024
Solved

windchill workflow stuck

  • January 11, 2024
  • 1 reply
  • 2428 views

Hi Guys,

 

i am facing workflow stuck issue. it is not moving to next person for approval. image attached.

please help.

 

Thanks,

Sandeep C.

Best answer by HelesicPetr

Hi @Sandy7 

You've just jumped over the task , you need to do manually.

The operation "complete" does not call the code again. It just move the process forward. 

All the automatization has to be done manually from that finished node.

PetrH

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
January 11, 2024

Hi @Sandy7 

If the process is promotion request where the changing state is done automatically to the locked state then the data have to be checked-in not check-out.

 

Check in the data and create new promotion request.

 

PetrH

Sandy712-AmethystAuthor
12-Amethyst
January 11, 2024

Hi @HelesicPetr ,

 

it is actually CN. i checked those assembly and drawing. it is in checked in state only.

 

br,

sandeep 

HelesicPetr
22-Sapphire II
22-Sapphire II
January 11, 2024

Hi @Sandy7 

The error shows different information

HelesicPetr_0-1704965656621.png

It seams that your WF is stacked when it should have changed the states.

You need to open the actual workflow find the node where the wf is stopped and finish the node manually as a administrator

HelesicPetr_1-1704965817281.pngHelesicPetr_2-1704965889750.png

PetrH