Skip to main content
11-Garnet
May 6, 2024
Solved

How to hold Activity A without completing Activity B in windchill workflow

  • May 6, 2024
  • 1 reply
  • 1265 views

How to hold Activity A without completing Activity B in windchill workflow

Best answer by HelesicPetr

Hi @ukrishnan-3 

You can put a code to the complete transition with condition and throw exception that user needs to wait until the task is finished.

 

HelesicPetr_0-1715251545334.png

PetrH

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
May 7, 2024

Hi @ukrishnan-3 

Can you describe your use case more widely? 

 

You need that the ActivityA can not be completed before the ActivityB ?

 

Or  do you just need that WF process continue after the ActivityA and B are both completed?

 

PetrH 

11-Garnet
May 8, 2024

we want need that the ActivityA can not be completed before the ActivityB completed.

HelesicPetr
22-Sapphire II
22-Sapphire II
May 9, 2024

Hi @ukrishnan-3 

You can put a code to the complete transition with condition and throw exception that user needs to wait until the task is finished.

 

HelesicPetr_0-1715251545334.png

PetrH