Search: bulk-add-queue-items

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

Results 1 - 10 of 55 next page » Page 1 2 3 4 5 6

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
can edit the name of the activity to organize and structure your code better. Eg: Bulk Add Queue
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
. ・ProcessAllIndependently: Adds each item individually and return with the list of all queue item that could not be added
. You can edit the name of the activity to organize and structure your code better. Eg: Bulk Add 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
* [[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%20Transaction%20Item/]] * [[Bulk Add Queue Items>>url:https://docs.akabot.com/bin/view/Activities/Queues

Add Queue Item

Last modified by VuNH54 on 2023/04/20 17:05
Rendered document content
queue that you add to. The information is stored in the item and is used during transaction processing
and structure your code better. Eg: Add Queue Item.
RCA.Activities.Core.AddQueueItem Description This activity enables you to add a new item
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
. * **Item Information** - The additional information about the new queue that you add to. The information
and structure your code better. Eg: Add Queue Item. ))) {{velocity}} #if ($xcontext.action != 'export

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

Wait Queue Item

Last modified by VuNH54 on 2023/04/20 17:15
Rendered document content
RCA.Activities.Core.WaitQueueItem Description This activity allows you to retrieve a queue item
, 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
Title
Wait Queue Item
Location
Wait Queue Item
Raw document content
" %) ((( RCA.Activities.Core.WaitQueueItem == **Description** == This activity allows you to retrieve a queue item from a specified queue
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

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

Add Transaction Item

Last modified by VuNH54 on 2023/04/20 17:07
Rendered document content
RCA.Activities.Core.AddTransactionItem Description This Add Transaction Item activity allows you to add an item in the queue, start the transaction, and sets the status to In Progress. It can also be configured to add a custom reference to each transaction. (* for Mandatory) Properties Common Continue
Title
Add Transaction Item
Location
Add Transaction Item
Raw document content
" %) ((( RCA.Activities.Core.AddTransactionItem == **Description** == This Add Transaction Item activity allows you to add an item in the queue, start the transaction, and sets the status to In Progress. It can also be configured to add a custom
the name of the activity to organize and structure your code better. E.g: Add Transaction Item **Output

[5] Queue

Last modified by admin on 2023/07/04 15:48
Rendered document content
the Add Queue Item or Add Transaction Item activity. The reference can be unique, depending on what you
is populated according to the priority level set in the Add Queue Item activity (Low, Normal, High), in Studio
Queue in simple terms is a container that holds a set of items that you want to be processed
Title
[5] Queue
Location
[5] Queue
Raw document content
of the queue. |4|In progress|The item was processed with the Get Transaction Item or the Add Transaction Item
the Add Queue Item or Add Transaction Item activity. The reference can be unique, depending on what you
is populated according to the priority level set in the Add Queue Item activity (Low, Normal, High), in Studio

[1.000] akaBot Center 3.0.1.3

Last modified by admin on 2023/09/15 16:08
Rendered document content
Type" filters for more flexible asset exports. Add Queue Item - Retention Policy option to frequently clean up queue items. Add an option for Trigger->Task->State condition to trigger task during specific
to add a new item in the "To" field when designing a Notification task. [Home] The count of pending tasks
Raw document content
" and "Value Type" filters for more flexible asset exports. * Add Queue Item - Retention Policy option to frequently clean up queue items. * Add an option for Trigger->Task->State condition to trigger task during
to update values in the "Value per agent" tab. * [Process Builder] Users were unable to add a new item

Postpone Transaction Item

Last modified by Nhan Nguyen on 2022/05/13 03:21
Rendered document content
)*- The date right before the queue item is processed. Postpone (DateTime)* - The date after which the queue item may be processed. This can be filled with relative dates such as DateTime.Now.AddHours
RCA.Activities.Core.PostponeTransactionItem Description This activity allows you to add time
Title
Postpone Transaction Item
Raw document content
the queue item is processed. * **Postpone (DateTime)*** - The date after which the queue item may
" %) ((( RCA.Activities.Core.PostponeTransactionItem == **Description** == This activity allows you to add time parameters between which
() * **Transaction Item (QueueItem)*** - The items you want to postpone **Misc** * **Public (Checkbox
next page » Page 1 2 3 4 5 6
RSS feed for search on [bulk-add-queue-items]
Created by admin on 2022/04/17 14:38