Work Queue
its mainly used distributing work on process
its basaed on FCFS (First come first serve) basis
--we can have more control over each and every record
--multiple queues can be used by single Process
--mutiple resource can be work on single queue
--we can store, manage, save, process work share it across
___________________________________________________________________
Priority
Defauly 0
Item 1-0 ,Item 2 Priority 1, Item 3- Priority 2
Item 1> Item 2 > Item 3
-we can set priority that decide when we need to pick any item from the queue
-Priority can be changed by using set priority action
OR at the time add to queue Action
___________________________________________________________________________________
___
Tags
Tags are used to catgories your queuedata, grouping the queue data
tags will seperated by (;)
Actions:
by using below action we can tag item on queue
Tag Item
Untag Item
Mark as exception action
___________________________________________________________________________
6.4
6.10.2
6.10.3
____________________________________________________________________________
-we can't keep any record in the locked state either we can mark it complete or
exception
-for tagging item its not required to have item in the locked state