트리거가 예기치 않게 실패하는 이유는 무엇입니까?

워크플로에서 변수를 구성할 때 이벤트 스키마 속성의 이름과 일치하는 경우 해당 변수를 입력으로 설정합니다.

For example, assume that you have a workflow with a variable named Flow.priority and the variable is not used as an input. The topic v2.taskmanagement.workitems.{id} contains priority as a property and is sent as part of the event schema. In this instance, a conflict occurs and the workflow is not triggered. To resolve this issue, either use the Flow.priority variable as an input or rename Flow.priority so that it does not match the properties names of the event schema.

자세한 내용은 다음을 참조하세요. 트리거 개요 .