문제

우리 농장에서는 다음과 같은 문제가 있습니다. 몇 가지 간단한 단계로 워크 플로를 만들었습니다.첫 번째 단계는 "변수 할당"단계이며 다음 단계는 가장 단계별 단계입니다. 그 워크 플로는 모든 새로운 워크 플로우가 가장 단계 직전의 첫 번째 단계 후에 멈춘 다음 7-10 일 동안 작동합니다.워크 플로우 기록은 더 이상 정보없이 "시스템 계정"으로 "취소됨"이 표시됩니다.ULS 로그는 워크 플로와 관련이 없습니다 (로그 수준은 프로덕션 환경이기 때문에 "하이"로 설정됩니다).

어떤 아이디어가 며칠 후에 워크 플로가 멈춰서 멈출 수있는 것입니까?

도움이 되었습니까?

해결책

I think we found the issue. It is caused by the workflow itself, because the workflow fires on item change and on item create. The item is changed within the worklfow and causes a recursion. I found this article (which is for 2007) which describes it in detail. However, it is strange that it worked sometimes and sometimes not. Maybe a timing issue somewhere. We have now changed the workflow so that it won't happen again (hopefully).

다른 팁

Sometimes it can be cancelled because of assigning null value to a string type variable.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top