State machine work queue processing is skipped for work queues with WorkQueueProcessor settings

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.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.