14-06-22 10:44 AM
14-06-22 12:59 PM
SELECT TOP (1000) P.[name] AS [Process_Name], WQ.[name] AS [Queue_Name], R.[name] AS [Resource_Name], WQI.[ident],WQI.[keyvalue],WQI.[status],WQI.[attempt],WQI.[loaded],WQI.[completed],WQI.[exception],
WQI.[exceptionreason],WQI.[deferred],WQI.[locktime],WQI.[worktime],WQI.[priority],WQI.[prevworktime],WQI.[attemptworktime],WQI.[finished],
WQI.[lastupdated],WQI.[exceptionreasonvarchar],WQI.[exceptionreasontag]
FROM BPAWorkQueueItem WQI INNER JOIN BPAWorkQueue WQ
ON WQI.queueid = WQ.id INNER JOIN BPASession S
ON WQI.sessionid = S.sessionid INNER JOIN BPAResource R
ON S.runningresourceid = R.resourceid INNER JOIN BPAProcess P
ON S.processid = P.processid
15-06-22 10:43 AM
eventdatetime | eventid | sCode | sNarrative | gSrcUserID | gTgtUserID | gTgtProcID | gTgtResourceID | comments | EditSummary | oldXML | newXML |
29:19.5 | 212 | Q001 | The user 'admin' created the queue 'Queue 1' | 0907D89C-6FD3-4FB8-8848-D13E3878E249 | NULL | NULL | 00000000-0000-0000-0000-000000000000 | New queue name is Queue 1 | NULL | NULL | NULL |
29:26.3 | 213 | Q002 | The user 'admin' modified the queue 'New Queue' | 0907D89C-6FD3-4FB8-8848-D13E3878E249 | NULL | NULL | 00000000-0000-0000-0000-000000000000 | Queue ID is 05248ac9-7ba2-4b6f-badd-403a5f903142. New config: (New Queue, Field 1, 1, Not Encrypted0) | NULL | NULL | NULL |