Workflow validation failed for the workflow 'shiptest'. {"error":
{"code":"WorkflowTriggerTypeUnsupported","message":"The stateless workflow trigger
'When_a_new_email_arrives_(V3)' has type 'ApiConnectionNotification', which is not
supported in stateless workflows. Switching to stateful workflow or replacing trigger
'When_a_new_email_arrives_(V3)' may resolve this error."}}
这是我的 Azure 标准逻辑应用程序中的工作流程。
环境:
工作流程:
无法确定我必须使用哪个 Outlook 连接器。 谁能帮我解决这个问题。
工作流程“shiptest”的工作流程验证失败。 {“错误”: {"code":"WorkflowTriggerTypeUnsupported","message":"无状态工作流触发器 'When_a_new_email_arrives_(V3)' 的类型为 'ApiConnectionNotification',无状态工作流不支持该类型。切换到有状态工作流或替换触发器 'When_a_new_email_arrives_(V3) ' 可能会解决此错误。"}}
错误消息本身表明,无状态工作流中不支持 Microsoft 365 Outlook 和其他一些托管连接器,请考虑在有状态工作流中使用相同的连接器。
您可以检查更改、受限、不可用或不受支持的功能以了解有关无状态标准逻辑应用程序的限制的更多信息。
我已经在有状态工作流程中使用了当新电子邮件到达时(V3)触发器,并且也能够成功保存它。