Вопрос

I'm using the opentext case360 product

I looked in a process table and noticed that a number of process instances have the WFState -200 I looked in the help documentation and -200 is not there.

Does anybody know

Это было полезно?

Решение

WFState 200 means waiting for client/user to process the instance and route it on.

Другие советы

If you look into the help, you'll see a table for the WFState values. -200 is probably exiting activity error.

WFStat -200 means that there are some issues while the item was waiting to be processed by user. It means "client access error". You can update it to 200 and try to lock the item. Usually this works but in case again it changes to -200 you need to check the logs from Toolbox.

Note: all WFstates lower than 0 are error states which related to the same but positive state: -200 error > 200 , -100 error > 100

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top