microsoft / microsoft/durabletask-java
String parameters enclosed in quotes in activity functions
还没有人认领这个 Issue。
- 主要语言
- 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"
}
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 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