Durable function raiseEvent
method throws if orchestration function with supplied instanceId does not exist
#618
Labels
raiseEvent
method throws if orchestration function with supplied instanceId does not exist
#618
The documentation for Send events section in the notes states

If there is no orchestration instance with the specified instance ID, the event message is discarded.
This would imply, that when non existing
instanceId
is passed, that the call simply does nothing.However in reality when
raiseEvent
method is invoked with non-existinginstanceId
it throws an error:Expected behavior
Either adjust documentation to state that
raiseEvent
throws in case of non-existinginstanceId
or adjust implementation to not throw in such case.Actual behavior
If
raiseEvent
method is invoked with non-existinginstanceId
it throws an error.The text was updated successfully, but these errors were encountered: