Lightning.WorkOrders.CancelManyWorkOrdersJob (Lightning v2.19.0-pre)

View Source

Cancels available runs for multiple work orders in chunked batches.

Receives work order IDs and atomically cancels their :available runs in chunks of 100 until none remain. Each chunk is a single UPDATE ... WHERE -- no window for races with worker claims.