Search: wait-queue-item

Last modified by admin on 2022/04/24 04:58

Results 1 - 10 of 85 next page » Page 1 2 3 4 5 6 7 8 9

Wait Queue Item

Last modified by VuNH54 on 2023/04/20 17:15
Rendered document content
, it sends a message to Center starting it is ready to receive a queue item and then wait for a new one
code better. Eg: Wait Queue Item. Output Result (QueueItem) - The retrieved queue item, is stored
RCA.Activities.Core.WaitQueueItem Description This activity allows you to retrieve a queue item
Title
Wait Queue Item
Location
Wait Queue Item
Raw document content
starting it is ready to receive a queue item and then wait for a new one to be added. [[image:image
of the activity to organize and structure your code better. Eg: Wait Queue Item. **Output** * **Result
" %) ((( RCA.Activities.Core.WaitQueueItem == **Description** == This activity allows you to retrieve a queue item from a specified queue

Activities

Located in
Last modified by admin on 2022/07/01 16:04
Rendered document content
Add Queue Item Add Transaction Item Bulk Add Queue Items Delete Queue Items Get Queue Items Get Transaction Item Postpone Transaction Item Set Transaction Progress Set Transaction Status Wait Queue Item
Raw document content
/Set%20Transaction%20Status/]] * [[Wait Queue Item>>url:https://docs.akabot.com/bin/view/Activities
* [[Add Queue Item>>url:https://docs.akabot.com/bin/view/Activities/Queues/Activities/Add%20Queue%20Item/]] * [[Add Transaction Item>>url:https://docs.akabot.com/bin/view/Activities/Queues/Activities/Add

Insights data model

Last modified by admin on 2024/02/16 09:35
Rendered document content
Queue Wait Time in Seconds How long it takes, on average, between when all queue items were created
of workflows Queue Dimensions Description Queue Item Id The auto-incremented row ID of the queue item in the Center database. Queue Id The row ID of the queue Processing Status The status
Raw document content
="width:218px" %)((( Queue Item Id )))|(% style="width:914px" %)((( The auto-incremented row ID of the queue item in the Center database. ))) |(% style="width:218px" %)((( Queue Id )))|(% style="width
="width:914px" %)((( The status of the queue item. The available options are: * New * In Progress

Add Queue Item

Last modified by VuNH54 on 2023/04/20 17:05
Rendered document content
to the queue. The status of the item will be new. (* for Mandatory) Properties Common Continue On Error
right before the queue item is processed. Item Information - The additional information about the new queue that you add to. The information is stored in the item and is used during transaction processing
Title
Add Queue Item
Location
Add Queue Item
Raw document content
" %) ((( RCA.Activities.Core.AddQueueItem == **Description** == This activity enables you to add a new item to the queue. The status
(milliseconds) **Input** * **Deadline (DateTime)** - The date right before the queue item is processed. * **Item Information** - The additional information about the new queue that you add to. The information

Delete Queue Items

Last modified by Nhan Nguyen on 2022/05/13 03:19
Rendered document content
. Default value: 30000 (milliseconds). Input Queue Items (IEnumerable<Queue.Item>)* - You need to use Get Queue Items activity to get all items that the user wants to delete and the value of this property is the output items of Get Queue Items activity. Set status of all Queue items specified in [Queue Items
Title
Delete Queue Items
Location
Delete Queue Items
Raw document content
" %) ((( RCA.Activities.Core.DeleteQueueItems == **Description** == This activity allows you to delete items in a specific queue. Notes
. Default value: 30000 (milliseconds). **Input** * **Queue Items (IEnumerable<Queue.Item>)*** - You need to use Get Queue Items activity to get all items that the user wants to delete and the value

Get Queue Items

Last modified by VuNH54 on 2023/04/20 17:10
Rendered document content
– High - 1 – Normal - 2 – Low. The default value is: (null) Queue Item States (DropDownlist) - Filters
date. Output Queue Items (INumerable< QueueItem >) - This is the data table that you have added the queue. Pagination Skip (Int32) - This allows you to skip the first amount of items. Integers variables
Title
Get Queue Items
Location
Get Queue Items
Raw document content
to organize and structure your code better. Eg: Get Queue Items. **Options** * **Duration (Int32) **- Filter
. The default value is: (null) * **Queue Item States (DropDownlist)** - Filters the state of the item
** * **Queue Items (INumerable< QueueItem >)** - This is the data table that you have added the queue

Bulk Add Queue Items

Last modified by VuNH54 on 2023/04/20 17:08
Rendered document content
RCA.Activities.Core.BulkAddQueueItems Description This Bulk Add Queue Items activity enables you to add a collection of items to a data table to a specific queue. Once it is added to the queue
the items are added to the queue as well as the manner in which the errors are treated. There are two
Title
Bulk Add Queue Items
Location
Bulk Add Queue Items
Raw document content
" %) ((( RCA.Activities.Core.BulkAddQueueItems == **Description** == This Bulk Add Queue Items activity enables you to add a collection of items to a data table to a specific queue. Once it is added to the queue, the items’ status is changed
. ・ProcessAllIndependently: Adds each item individually and return with the list of all queue item that could not be added

アクティビティ (ja)

Located in
Last modified by admin on 2023/10/18 08:57
Raw document content
:https://docs.akabot.com/bin/view/Activities/Queues/Activities/Wait%20Queue%20Item/]]
* [[キューアイテムを追加>>url:https://docs.akabot.com/bin/view/Activities/Queues/Activities/Add%20Queue%20Item/]] * [[トランザクションアイテムを追加>>url:https://docs.akabot.com/bin/view/Activities/Queues/Activities/Add%20

Insightsのデータモデル (ja)

Last modified by admin on 2023/10/17 09:43
Rendered document content
ワークフローの数 キュー ディメンション 説明 Queue Item Id Centerデータベースのキューアイテムの自動インクリメントされる行ID Queue Id
Avg Queue Wait Time in Seconds すべてのキューアイテムが作成されてからAgentがそれらの処理を開始するまでにかかる平均時間 Queue Count データが処理されたキューの数 Queue Item Count 処理されたキューアイテムの数 ロボット データ 説明 Id CenterデータベースのAgentIDの数値
Raw document content
" %)((( Queue Item Id )))|(% style="width:914px" %)((( Centerデータベースのキューアイテムの自動インクリメントされる行ID ))) |(% style
" %)((( **測定** )))|(% style="width:882px" %)((( **説明** ))) |(% style="width:250px" %)((( Avg Queue Wait Time in
:250px" %)((( Queue Item Count )))|(% style="width:882px" %)((( 処理されたキューアイテムの数 ))) == **ロボット

Get Transaction Item

Last modified by VuNH54 on 2023/04/20 17:11
Rendered document content
. Output Transaction Item (QueueItem) - The retrieved Transaction Item, is stored in a queue variable
RCA.Activities.Core.GetTransactionItem Description This activity allows you to get an item from the queue so that you can process and sets its status to In Progress. Note: the bot needs to have Edit
Title
Get Transaction Item
Location
Get Transaction Item
Raw document content
" %) ((( RCA.Activities.Core.GetTransactionItem == **Description** == This activity allows you to get an item from the queue so that you can process and sets its status to In Progress. Note: the bot needs to have Edit permissions on queues
) **- The retrieved Transaction Item, is stored in a queue variable. **Reference** * **Filter Strategy** - You can
next page » Page 1 2 3 4 5 6 7 8 9
RSS feed for search on [wait-queue-item]
Created by admin on 2022/04/17 14:38