The request to update workflow failed. The trigger 'Batch-Trigger' of type 'Batch' cannot be deleted from existing workflow

Vijay Prasath P 0 Reputation points
2024-04-26T16:47:26.9333333+00:00

I have created a Batch Trigger in azure logic apps and named a trigger "Batch-Trigger" , i am trying to change the name of the trigger since it's so generic, but not able to update the trigger name it gives below error.

Workflow 'workflow name' validation and creation failed. Error: 'The request to update workflow failed. The trigger 'Batch-Trigger' of type 'Batch' cannot be deleted from existing workflow.

Question 1: What's the solution to change trigger name?
Question 2: Where this Batch storing the content till it get released?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,861 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
306 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SaravananGanesan-3177 1,665 Reputation points
    2024-04-28T17:55:34.71+00:00

    Hi Vijay,

    Kindly find my answer below.

    1. To change the trigger name in Azure Logic Apps, you'll need to recreate the trigger with the desired name and update any references to it in your workflow. Since the error indicates that the trigger cannot be deleted from the existing workflow, you'll have to create a new workflow with the updated trigger name and migrate any necessary configurations or dependencies.
    2. The Batch trigger in Azure Logic Apps stores content in the input payload until it gets released or processed by the workflow. Depending on the trigger configuration and workflow design, the content may be stored temporarily in Azure storage or memory before being processed by subsequent actions in the workflow.
    0 comments No comments