PLM Windchill 流程修复流程节点状态

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PLM Windchill 流程修复流程节点状态相关的知识,希望对你有一定的参考价值。

修改流程节点状态:

select  idA2A2,name,state,endTime,

idA3parentProcessRef,* from wcadmin.WfAssignedActivity where idA3parentProcessRef=76786055 (流程的oid)

 

update  wcadmin.WfAssignedActivity

set state=‘OPEN_RUNNING‘

where idA3parentProcessRef=76786055 (流程的oid)and idA2A2=‘76837377‘(节点的idA2A2值)

修改流程显示状态:

update wcadmin.WfProcess  set state =‘OPEN_RUNNING‘  where idA2A2 = ‘76786055‘(流程的oid)

 

以上是关于PLM Windchill 流程修复流程节点状态的主要内容,如果未能解决你的问题,请参考以下文章

集成了Windchill的FLEX PLM

SIMENS Teamcenter PLM、ORACLE Agile PLM及 ptc windCHILL PLM 的比较分析?

windchill 需要啥服务器

谁有windchill安装包?

要安装 windchill软件,对电脑配置方面有啥要求,比如内存等

流程设计(抽象节点法)