I was using 2025.4 version
I was trying to set Queue Processor for a work queue. The work queue also configured for automatic creation based on a state change.
I was expecting a new work queue entry is created on the configured automatic creation state change.
Instead, the expected work queue entry was not created. The entity status change was done by a server instance with a differennt name from QueueProcessor name set in the work queue. However, the QueueProcessor settings should control only automatic processing of the queue, not the automatic creation or removal or updates, ot at least I would expect such a behaviour.
I debugged the problem and found it it’s caused by the fact, the state machine event processing code lists work queues based on a filterset which includes QueueProcessor filter.