How to pass and handle parameters Durable functions v4 javascript?
I’m very new with durable functions V4 in javascript but I cannot get this activity to run properly. I always get an error as apparently I’m not passing in the Instance ID correctly.
How to pass and handle parameters Durable functions v4 javascript?
I’m very new with durable functions V4 in javascript but I cannot get this activity to run properly. I always get an error as apparently I’m not passing in the Instance ID correctly.
How to pass and handle parameters Durable functions v4 javascript?
I’m very new with durable functions V4 in javascript but I cannot get this activity to run properly. I always get an error as apparently I’m not passing in the Instance ID correctly.
Azure Durable Functions v4 HTTP Trigger Request Object Different from v3
When using Azure Durable Functions v3, the HTTP Trigger request object would already be pre-filled with the input field with headers, method, and url. There is also a body field. However, when switching to v4, the input field is blank (besides the values I myself put in there) and there is no body field. Because of this, I cannot use the data that is in the body field or values that would be in the header.