Bulk Add Queue Items

Created by akaBot Support, Modified on Thu, 26 Dec, 2024 at 5:15 PM by akaBot Support

About the "Bulk Add Queue Items" Activity

Note: Knowledge is currently being prepared.


TABLE OF CONTENTS

  1. Activity program name
  2. Description
  3. Properties
  4. How to use


1. Activity program name

RCA.Activities.Core.BulkAddQueueItems


2. Description

Studio Version 2.0.3.0 and Later

Quick Access: Core > Queue > Bulk Add Queue Items


Enables you to add a collection of items from a datatable to a specific queue. Once added to the queue, the status of the items is changed to "new."


3. Properties

The list of properties is provided below.

Note: Some properties held internally by the system may not be visible in the Kobit Studio interface. Thank you for your understanding.


ContinueOnError ・・・ If you choose this, the automation will continue when it throws an error. Boolean supported only.


QueueItemsDataTable ・・・ The data table that you want to add the queue into.


QueueName ・・・ The queue where the new queue is added to. String supported only.


Result ・・・ This is the data table that you have add the queue in.


TimeoutMS ・・・ The amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30,000 milliseconds.


CommitType ・・・ You can choose which way the items are added to the queue as well as the manner in which the errors are treated. There are two option:

                                                          All or nothing: this will add all the items if there is no error occurs. Otherwise, all items are not going to be added.

                                                          ProcessAllIndependently: Adds each item individually and return with the list of all queue item that could not be added.


DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.


4. How to use

 Knowledge is currently under preparation.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article