admin管理员组

文章数量:1026989

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."}}

This is the workflow in my Azure Standard Logic App.

Environment:

  1. I'm using Microsoft 365 Outlook, Azure Standard Logic App which is VNet Enabled with public access disabled.
  2. I'm using Stateless workflow because every 10 minutes I'll get the attachments mail from the users.

Workflow:

  1. When a new email with attachments comes to me, it should be uploaded the blob container.

Unable to identify which outlook connector I have to use. Could anyone help me on this.

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."}}

This is the workflow in my Azure Standard Logic App.

Environment:

  1. I'm using Microsoft 365 Outlook, Azure Standard Logic App which is VNet Enabled with public access disabled.
  2. I'm using Stateless workflow because every 10 minutes I'll get the attachments mail from the users.

Workflow:

  1. When a new email with attachments comes to me, it should be uploaded the blob container.

Unable to identify which outlook connector I have to use. Could anyone help me on this.

Share Improve this question asked Dec 16, 2024 at 10:56 VivekAnandChakravarthyVivekAnandChakravarthy 6676 silver badges24 bronze badges 3
  • 1 Have you tried the same workflow in stateful standard logic app? – Ikhtesam Afrin Commented Dec 16, 2024 at 11:03
  • Trying it but meanwhile if you get any solution in the stateless, could you please provide it. – VivekAnandChakravarthy Commented Dec 16, 2024 at 11:15
  • @IkhtesamAfrin, Got the same message in stateful workflow Workflow validation failed for the workflow 'ridershipteststateful'. {"error":{"code":"WorkflowRunActionTypeUnsupported","message":"The workflow run action 'When_a_new_email_arrives_(V3)' has type 'ApiConnectionNotification' that is not supported."}} – VivekAnandChakravarthy Commented Dec 16, 2024 at 11:17
Add a comment  | 

1 Answer 1

Reset to default 1

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."}}

The error message itself says that Microsoft 365 Outlook and some other managed connectors are not supported in stateless workflow instead consider using the same connector in stateful workflow.

You can check Changed, limited, unavailable, or unsupported capabilities to know more about the limitations in stateless standard logic app.

I have used When a new email arrives (V3) trigger in stateful workflow and also able to save it successfully.

Stateless workflow uses built-in connectors as per MS Docs.

For a Standard logic app stateful workflow, all managed connectors appear in the designer under the Azure label, which describes how these connectors are hosted on the Azure platform. A Standard stateless workflow can use only the built-in connectors designed to run natively in single-tenant Azure Logic Apps.

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."}}

This is the workflow in my Azure Standard Logic App.

Environment:

  1. I'm using Microsoft 365 Outlook, Azure Standard Logic App which is VNet Enabled with public access disabled.
  2. I'm using Stateless workflow because every 10 minutes I'll get the attachments mail from the users.

Workflow:

  1. When a new email with attachments comes to me, it should be uploaded the blob container.

Unable to identify which outlook connector I have to use. Could anyone help me on this.

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."}}

This is the workflow in my Azure Standard Logic App.

Environment:

  1. I'm using Microsoft 365 Outlook, Azure Standard Logic App which is VNet Enabled with public access disabled.
  2. I'm using Stateless workflow because every 10 minutes I'll get the attachments mail from the users.

Workflow:

  1. When a new email with attachments comes to me, it should be uploaded the blob container.

Unable to identify which outlook connector I have to use. Could anyone help me on this.

Share Improve this question asked Dec 16, 2024 at 10:56 VivekAnandChakravarthyVivekAnandChakravarthy 6676 silver badges24 bronze badges 3
  • 1 Have you tried the same workflow in stateful standard logic app? – Ikhtesam Afrin Commented Dec 16, 2024 at 11:03
  • Trying it but meanwhile if you get any solution in the stateless, could you please provide it. – VivekAnandChakravarthy Commented Dec 16, 2024 at 11:15
  • @IkhtesamAfrin, Got the same message in stateful workflow Workflow validation failed for the workflow 'ridershipteststateful'. {"error":{"code":"WorkflowRunActionTypeUnsupported","message":"The workflow run action 'When_a_new_email_arrives_(V3)' has type 'ApiConnectionNotification' that is not supported."}} – VivekAnandChakravarthy Commented Dec 16, 2024 at 11:17
Add a comment  | 

1 Answer 1

Reset to default 1

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."}}

The error message itself says that Microsoft 365 Outlook and some other managed connectors are not supported in stateless workflow instead consider using the same connector in stateful workflow.

You can check Changed, limited, unavailable, or unsupported capabilities to know more about the limitations in stateless standard logic app.

I have used When a new email arrives (V3) trigger in stateful workflow and also able to save it successfully.

Stateless workflow uses built-in connectors as per MS Docs.

For a Standard logic app stateful workflow, all managed connectors appear in the designer under the Azure label, which describes how these connectors are hosted on the Azure platform. A Standard stateless workflow can use only the built-in connectors designed to run natively in single-tenant Azure Logic Apps.

本文标签: