-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logic Apps Monitoring view - Unable to initialize operation #5977
Comments
Do you have any updates on this? It is starting to really impact my development efforts because I am working inside a VNET. |
Hey @billchesnut yes, we have made the fix for this issue, and we have started the rollout of it. As for now could you please use this private link for portal, this environment should contain the fix for it? Azure Stage 1 |
thanks, that is working |
Quick status update, we are almost halfway through the fix rollout, we should reach all stages by EoD Friday |
The fix for this issue should be live in all production regions, closing this issue. |
Thanks for being so quick with a fix. The problem however hasn't fixed for me. I have even used google chrome to check (I don't use chrome), just to make sure it wasn't cache on my side. For me it's the same as it was in #5963. |
Hi @RobJoosen and @las3r |
I have the right writing permissions (owner). Simple keyvault "get secret" action (Based on an api connection) - error from the console:
and my event grid trigger action - error from the console:
Other:
Please note that my previous case was closed (#5963) in favor of this "rollup" issue here, but it seems they are two specific (and different) issues. |
As an additionL I noticed this behaviour in Consumption Logic Apps as well.... |
I do not see any run time errors or network errors. The flows run without any issues. It is only when I try to open in edit, it comes like this with the issue. |
Hello, any update on this ? I still have the issue. |
Hi @sdk11DB Is there any chance we can get your workflow json schema from your logic app? The error from @las3r seems really specific to their workflows, and would be good if yours is because of the same reason. Thanks! |
Hi, I am facing the same issue. I get a console error like this "Unable to initialize operation details for swagger based operation - Create_or_update_document_(V3). Error details - Operation Id cannot be determined from definition and swagger" |
Hi @ebytreesa, Is there any chance we can get your workflow json schema from your logic app? You can share it with me to my email [email protected] |
Hi @ccastrotrejo, I’ve emailed you the workflow JSON schema from a different address |
Hi @ebytreesa , could you please send it again? It seems that I couldn't receive your email |
@ccastrotrejo I have sent it again. |
@ccastrotrejo Any update on my issue? |
Hi @ebytreesa I replied to you via email with a couple of follow up questions. Whenever you have a chance, could you please answer back? |
Hi,
I couldn’t open the attatchment in the other email. Can you send it again?
|
Hi @ebytreesa this is just an email that GitHub sends whenever we comment in the GitHub issue. I am not able to see your email. But here are the follow up questions: |
Hi @ccastrotrejo,
It was working in the old designer. It is not there anymore.
We don’t get any error in the network tab.
The error message that the action is throwing is ‘unable to initialize
operation’, similar to the pictures posted by others.
|
Hi @ebytreesa I am still not repro this issue. I copied the workflow schema you shared with me but couldn't repro. Although I see some logs with the error on our side, which is something really weird. Pleas share does files with me to my email. [email protected] |
Hi @ccastrotrejo. We are also experiencing this issue. We have a workflow that calls a Document Intelligence custom model analyzer. It is triggered from another logic app and works fine, but then randomly stops working and fails on every subsequent run. Upon inspecting the the workflow, the previously-quoted error is displayed on the relevant step: "Unable to initialize operation details for swagger based operation - step here_. Error details - Operation Id cannot be determined from definition and swagger." Deleting and replacing the step solves the issue, only for it to recur at a random time later. I'm hoping I may be able to email you logs and our workflow.json for a closer look. If this is possible, please do let me know (with my advance thanks.) EDIT 29/11: The behaviour we are seeing and the steps to resolution for the DI connector are effectively identical to the below report by JoeHague86, including the breaking of the step after several days of normal operation and the inability to select the connector when it is broken. In one instance, I actually moved the broken connector into a conditional which never ran, and several days later, the original connector had moved back to a normal state, while its replacement (a new DI connector I had created to 'fix' the issue) had broken with the above error. |
I am also still having this issue. The logic app worked fine initially but seemingly after a few days it starts to fail, additionally when editing you cannot select the connector in its broker state. If I delete the DI connector and run again it works fine... for a while. But this is arduous and requires significant refactoring in the logic app. Do we have an update on this bug? It should be noted that this is happenning on both the document recogniser and the extraction connectors. |
Hi @JoeHague86 thanks for raising this issue.
|
@ccastrotrejo |
Hi @JoeHague86 Pleas share does files with me to my email. [email protected] |
Hi @ccastrotrejo Is there currently a solution to this issue? |
Hi @clb900528 it seems that the issue is related, however its quite hard to determine what is going on, if indeed its related or if there is an already implemented solution to it. Could you please create a new GitHub issue detailing what is happening in your logic app? You can do that here https://github.com/Azure/LogicAppsUX/issues |
What is the issue?
On the Logic Apps monitoring view / when opening a workflow run, users may see some actions fail to initialize, showing an error message like the following:
This should happen on operations that have connections with app settings values.
We know why this is happening, but we are still looking into what change might have caused this all of a sudden.
What is being done to fix it?
We are currently working on a fix for the issue and are expecting to release it in a hotfix sometime this week.
Thank you for your patience as we work to get this resolved!
The text was updated successfully, but these errors were encountered: