Community Tip - You can change your system assigned username to something more personal in your community settings. X
How to hold Activity A without completing Activity B in windchill workflow
Solved! Go to Solution.
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.
PetrH
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
we want need that the ActivityA can not be completed before the ActivityB completed.
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.
PetrH