Wait Queue Item

Created by akaBot Support, Modified on Fri, 27 Dec, 2024 at 4:38 PM by akaBot Support

This is about the "Wait Queue Item" activity. ※Knowledge currently under preparation.


TABLE OF CONTENTS

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


1. Activity program name

RCA.Activities.Core.WaitQueueItem


2. Description

Studio Version 2.0.3.0~  

Quick Access: Core > Queue > Wait Queue Item  


You can retrieve a queue item from a specified queue and store it in a QueueItem variable. At runtime, if the queue is empty, a message is sent to the Orchestrator to confirm that it is ready to receive a queue item, and then it waits for a new queue item to be added.


3. Properties

Only the list of properties is provided.  

Note: Some properties retained internally by the system may be listed, and certain ones may not be viewable within the Kobots Studio interface. Thank you for your understanding.


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


PollTimeMS ・・・ The amount of time (in milliseconds) to wait for the activity to search for a new item again.


Reference ・・・ Filters items based on their reference.


Result ・・・ The retrieved queue item, stored in a QueueItem variable.


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.


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.


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