microsoft / microsoft/durabletask-java

String parameters enclosed in quotes in activity functions

未关闭
#193 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

P2
主要语言
Java
星标
29
派生
18
平均合并
1 天 10 小时
30 天内合并 PR
2

描述

We are experiencing the issue described in azure-functions-durable-extension/issues/2674 in Java activity functions.

Our existing durable function orchestration started failing out of the blue. No changes were made to the code base or dependencies of our service using durable Java functions. The service works (for now) on a linux app service plan in Azure but fails on Windows with the latest Core Tools. String parameters are enclosed in quotes in any activity functions. Using the example capitalize cities workflow from the official docs demonstrates the issue. Output below:

{
    "name": "Cities",
    "instanceId": "47f91af6-e5f0-4ea1-a363-f6d00ca812c2",
    "runtimeStatus": "Completed",
    "input": null,
    "customStatus": "",
    "output": "\"TOKYO\", \"LONDON\", \"SEATTLE\", \"AUSTIN\"",
    "createdTime": "2024-03-07T17:16:49Z",
    "lastUpdatedTime": "2024-03-07T17:16:51Z"
}

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从 endtoendtests/src/main/java/com/functions/AzureFunctions.java 开始,使用最新的 Core Tools 在 Windows 上复现 capitalize cities 工作流。将 activity 输出与链接的 azure-functions-durable-extension issue 进行比较;当字符串参数不再带有包围引号返回时,即表示完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
backend, distributed-systems
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。