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://learn.microsoft.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://learn.microsoft.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