Hi,
I'll try to make a workflow with EventStates waiting for an event to be received.
When i look at the implementation in the executeStateAndReturnNext of the TemporalServerlessWorkflow it seems that the EventState is processed like the OperationState, isn't it ?
I would expect the use of Temporal signals to mimic waiting for reception behaviour.
Regards