调查Logoc App工作流程失败 [英] Investigate Logoc App workflow failure

查看:77
本文介绍了调查Logoc App工作流程失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在LA运行细节中可以看到失败的工作流程实际错误? - 由于sql语法错误导致sql脚本执行失败,但我无法看到LA运行详细信息报告此错误的位置。

Where the failed workflow actual errors can be seen in the LA run detail? - I have a sql scrip execution that fails due to sql syntax error, but I cannot see where this error is reported with the LA run details.

推荐答案

嗨AngelDim要检查特定步骤的输入,输出和任何错误消息,请选择该步骤以便
形状展开并显示详细信息。  ;
$


例如







还有其他方法可以处理洛杉矶的错误和例外情况。 $ b

1)如果操作失败,您可以初始化变量。这使您可以检查由 提供的JObject。       @actions('...')表达式在错误处理中获取错误详细信息。



2)您可以使用
RunAfter
property



3) @result()表达式提供有关范围内所有操作结果的上下文。为每个人运行行动     行动在     具有失败结果的范围 并将结果数组按
过滤到失败的操作,       你可以配对
@result()
 使用过滤器阵列操作和每个循环为


 如需完整参考,请按照以下链接。



  https://docs.microsoft.com/ en-us / azure / logic-apps / logic-apps-exception-handling


Hi AngelDim To examine the inputs, outputs, and any error messages for a specific step, choose that step so that the shape expands and shows the details. 

For example



There are other ways also in which you can handle error and exceptions in LA

1) You can initialize a variable in case action fails. This enables you to inspect the JObject provided by the        @actions('…') expression in error handling to get the error details.

2) You can catch and handle failures with the RunAfter property

3) @result() expression provides context about the result of all actions in a scope. To run action for each        action in a      scope that has a Failed result and to filter the array of results down to the failed actions,        you can pair @result()  with a Filter Array action and a For each loop

 For the complete reference, follow the below link.

 https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-exception-handling


这篇关于调查Logoc App工作流程失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆