orchestration stuck in Running when waiting on external event with event sent #339
Labels
question
The issue doesn't require a change to the product in order to be resolved.
Reliability
Durable functions get stuck or don’t run as expected.
durable function orchestration is stuck in Running when waiting for an external event even after the external event has been processed through the control queue.
var data = await context.WaitForExternalEvent<string>("name");
withinFunction1.RunOrchestrator
func durable start-new --function-name Function1 --task-hub-name TestHubName
func durable raise-event --event-name "name" --event-data """data""" --id "INSTANCE_ID_HERE" --task-hub-name TestHubName
i recorded a video showing everything i did https://youtu.be/m2vfXdf0inM
The text was updated successfully, but these errors were encountered: