トリガーが予期せず失敗するのはなぜですか?

ワークフローで変数を構成するときに、変数がいずれかのイベント スキーマ プロパティの名前と一致する場合は、その変数を入力として設定します。

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.

詳細については、トリガーの概要