Workflow in Azure logic apps

Srikanth Morishetti 0 Reputation points
2024-09-02T15:42:51.2933333+00:00

Error:

Workflow validation failed for the workflow 'DigitalIdentityManagementServiceFlow'. {"error":{"code":"NestedWorkflowNotFound","message":"The child workflow 'CreateUpdateUserDigitalIdentityFlow' could not be found in the logic app. Both the parent workflow 'DigitalIdentityManagementServiceFlow' and the child workflow 'CreateUpdateUserDigitalIdentityFlow' must exist in the same logic app."}}

even though Sub work flow exist I am getting this error , I refresh the work flow and try also getting same error

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,087 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sina Salam 10,036 Reputation points
    2024-09-02T22:23:24.5166667+00:00

    Hello Srikanth Morishetti,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that your Workflow validation failed for the workflow 'DigitalIdentityManagementServiceFlow'. with error "NestedWorkflowNotFound"

    There are many things that can really caused this kind of error, and to resolve the "NestedWorkflowNotFound" error in Azure Logic Apps try the following steps and links:

    • Go to the designer of your logic app, click on "Change connection," and re-add the connection details https://video2.skills-academy.com/en-us/azure/logic-apps/logic-apps-diagnosing-failures
    • Make sure both workflows are deployed correctly and exist in the same logic app.
    • In the parent workflow, verify that the reference to the child workflow is correct. This includes checking the workflow ID and path.
    • Switch to the code view in the designer and manually check the JSON configuration for any discrepancies.
    • Clear browser cache or using a different browser can resolve such issues.

    Review this similar case resolved on Microsoft Q&A: https://video2.skills-academy.com/en-us/answers/questions/1316150/logic-apps-workflow-validation-failed-errors-while

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful ** so that others in the community facing similar issues can easily find the solution.

    Best Regards,

    Sina Salam

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.