Get Queue Item

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

*About the "GetQueueItems" 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.GetQueueItems


2. Description

Studio Version 2.0.3.0~

Quick Access: Core > Queue > GetQueueItems


You can retrieve a list of transactions up to 100 from an indicated queue according to multiple filters such as creation date, priority state and reference.


3. Properties


Here is the list of properties:  

*Please note that some properties held internally by the system may not be visible within 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.


Duration ・・・ Filter transaction by the minimum time they spent in the previous attempt


From ・・・ Filters the transactions by the minimum creation date


Priority ・・・ Filters the transactions by their priority. Integers variables supported only. The priorities are:

High

Normal

Low


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


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


Reference ・・・ Filters items based on their reference.


Skip ・・・ Allows you to skip the first amount of items. Integers variables only


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.


To ・・・ Filters transaction by the maximum creation date


Top ・・・ Return a specified number of items out of total. The maximum value is 100. Integers variables supported only.


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


FilterStrategy ・・・ You can filter data according to the reference. There are two options: Start with: Looks for items whose references start with the value indicated in the reference field. Equals: looks for items whose references are the same as the value indicated in the reference field.


Status


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