Skip to main content
1-Visitor
May 5, 2020
Solved

Workflow process name is not coming properly after terminating workflow through api

  • May 5, 2020
  • 1 reply
  • 2385 views

Hi,

I am trying to terminate the workflow by using the below API. After terminating workflow, the process name get disappeared as shown in the attached image.

WfEngineHelper.service.changeState(pro, WfTransition.TERMINATE);
 

Does anyone have any idea about this?

 

 

Best answer by aacciano3

I have seen the exact same issue and on my system was resolved restarting windchill, clearing the caches.

1 reply

1-Visitor
May 5, 2020

Hi,

are you sure this is the cause of your issue ?
I closed hundred of processes with the exact same line (on 11.0 M030) and didn't notice this issue.

 

aacciano314-AlexandriteAnswer
14-Alexandrite
May 5, 2020

I have seen the exact same issue and on my system was resolved restarting windchill, clearing the caches.

manglapr1-VisitorAuthor
1-Visitor
May 6, 2020

Clearing cache helped !!