我正在将文件保存到 azure storage 。
如果文件名是数字,则保存在 DirectoryA 中,否则保存在 DirectoryB 中。
powerflow 中没有“isNumeric()”函数,所以我将文件名转换为 int,如果失败,我将引导流程将文件保存到不同的文件夹。
问题是,对于将文件保存到 azure 存储的任务,如果我将其设置为“在上一个任务失败时运行,我会收到错误消息:
The schema definition for action with status code '200' is not valid. The schema definitions for actions with same status code must match.
我找不到解决此问题的任何方法,并希望获得任何建议或专业知识。
谢谢