为何我的扳机会意外失灵?
在工作流中配置变量时,如果变量与任何事件架构属性的名称匹配,则将其设置为输入。
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.
有关详细信息,请参阅For more information, see触发器概述。