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

Passing input data from Code + Test to durable activity does not work any more #10147

Closed
ziegler-daniel opened this issue May 10, 2024 · 2 comments

Comments

@ziegler-daniel
Copy link

ziegler-daniel commented May 10, 2024

It is not possible any more to pass input data to a durable activity from Code + Test in the Azure portal. The input data is now nested inside of an http request object. In the past (March this year), passing input to the durable orchestration from Code + Test worked fine.

Investigative information

  • Timestamp: 2024-05-10T12:55:53Z
  • Function App version: azurefunctions: 4.34.1.1
  • Invocation ID: 0114fc85-990f-47a0-ba65-c6100e75cd9b
  • Region: West Europe

Repro steps

  1. Open a durable activity from a function app in the Azure portal
  2. Navigate to "Code + Test"
  3. Provide e.g. {"requestId": "dbdd220d-8a2e-41ba-862a-3d21a0e8bd92"} as input data
  4. Click "Run"

Screenshot from Code + Test

Expected behavior

The durable activity should be started with {"requestId": "dbdd220d-8a2e-41ba-862a-3d21a0e8bd92"} as input in context.bindingData.workflowData

Actual behavior

The durable activity received {"body":"{\n \"test\": 42\n}","headers":[],"method":"post","queryStringParams":[]} as input in context.bindingData.workflowData

Request details in Application Insights

Known workarounds

None

Related information

  • Calling the durable activity programmatically from a durable orchestration works fine
  • In the past (March this year), passing input to the durable orchestration from Code + Test worked fine

Provide any related information

  • Programming language used: JavaScript

Thanks in advance!

@bhagyshricompany
Copy link

bhagyshricompany commented May 21, 2024

Hi @ziegler-daniel Thanks for informing please share the all repro steps.

@bhagyshricompany
Copy link

no response getting hence closing.Thanks

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

No branches or pull requests

2 participants