Skip to content
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

String parameters enclosed in quotes in activity functions #193

Open
jsabev opened this issue Mar 7, 2024 · 2 comments
Open

String parameters enclosed in quotes in activity functions #193

jsabev opened this issue Mar 7, 2024 · 2 comments
Labels
P2 Priority 2

Comments

@jsabev
Copy link

jsabev commented Mar 7, 2024

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"
}
@jsabev
Copy link
Author

jsabev commented Mar 8, 2024

We have verified the issue exists on linux (tested on wsl ubuntu 22.04) as well with the latest core tools.

@bachuv bachuv added P1 Priority 1 P2 Priority 2 and removed Needs: Triage 🔍 P1 Priority 1 labels Mar 26, 2024
@lilyjma
Copy link
Member

lilyjma commented Jun 4, 2024

thanks @jsabev - we've been able to reproduce this. We'll add this to our backlog and will try to find time to get to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Priority 2
Projects
None yet
Development

No branches or pull requests

3 participants