问题描述:EOS8调用 /opr/process-inst/set-process-inst-attribute-batch (批量修改流程实例基本属性)报错, ErrCode:21000000,“can not modify specified attributes of the process instance. procInstID=xxx, field=PROCESSINSTNAME, value=xxx”。详细信息如图:
解决办法:此接口传入的参数名只能为name、description、priority。如图中传输的参数名为PROCESSINSTNAME,更改为name后就可正常使用