Search: select-item-1

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

Results 1 - 10 of 25 next page » Page 1 2 3

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
is added. String supported only. E.g: “Queue akaBot 1” PollTimeMS (int) - The amount of time
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-20220506113715-1.png||class="img-thumbnail"]] (* for mandatory) == **Properties** == **Common** * **Continue

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 the state of the item. The following options are: All, New, InProgress, Failed, Successful, Abandoned
Items. Options Duration (Int32) - Filter transactions by the minimum time they spent in the previous
Title
Get Queue Items
Raw document content
. [[image:image-20220506113443-1.png]] (* for Mandatory) == **Properties** == **Common** * **Continue on Error
to organize and structure your code better. Eg: Get Queue Items. **Options** * **Duration (Int32) **- Filter
by their priority. Integers variables supported only. The priorities are: - 0 – High - 1 – Normal - 2 – Low

[2] How to use akaBot Studio

Last modified by VuNH54 on 2023/04/13 15:54
Rendered document content
, Add activity # Item Description More Details 1 New Create new sequence, flowchart, State Machine
of a selected activity. Step 1: Double click an activity in Designer panel. Properties of that activity
allows you to easily access to specific functionalities as below: # Panel Description 1 File Display
Raw document content
, Add activity [[image:image-20220506163802-19.png]] |=#|=Item|=Description|=More Details |1|New
and enables you to view and change the properties of a selected activity. * Step 1: Double click an activity
process. [[image:image-20220506161325-1.png]] === **akaBot Studio User Interface** === akaBot Studio

Excel Insert Or Delete Columns

Last modified by VuNH54 on 2023/04/19 17:08
Rendered document content
) - The number of columns you wish to add or remove. E.g: 1 Position (Int32) - The column where the insertion
to add or remove. E.g: 1 Position (Int32) - The column where the insertion or removal begins. E.g: 2 Input Change Mode (Dropdown List) - Selects whether the activity adds or removes columns. ・Add: Add
Raw document content
. [[image:image-20220505141134-1.png]] (* for mandatory) == **In the body of activity** == * **Number of columns (Int32)** - The number of columns you wish to add or remove. E.g: 1 * **Position (Int32
of column (Int32)** - The number of columns you wish to add or remove. E.g: 1 * **Position (Int32

Execute Non Query

Last modified by VuNH54 on 2023/04/19 15:39
Rendered document content
affected by the command. For all other types of statements, the return value is -1. (* for Mandatory
Query - SQL command to be executed. This field must be completed according to the selection from
to the selection from the CommandType property. E.g: “DELETE * FROM ContactList” Misc Public (Checkbox) - Check
Raw document content
. For all other types of statements, the return value is -1. [[image:image-20220506105309-1.png
/Database%20Connect/WebHome/image-20230419153435-1.png?rev=1.1||alt="image-20230419153435-1.png"]] * **Edit Query** - SQL command to be executed. This field must be completed according to the selection from

[1] Release Notes

Located in
Last modified by VuNH54 on 2023/09/08 14:41
Rendered document content
RCA.Activities.Gsuite Version 2.2.1.0 This release brings more new activities: 1.  Sheets sub-package Add Delete Column: Adds blank columns or removes existing columns from a specified sheet. Add
: Enters a text or a formula in a cell. The activity can be used with an Excel file selected for a parent
Title
[1] Release Notes
Location
[1] Release Notes
Raw document content
: === **1.  Sheets sub-package** === (% class="box" %) ((( * Add Delete Column: Adds blank columns
Cell: Enters a text or a formula in a cell. The activity can be used with an Excel file selected

Add Queue Item

Last modified by VuNH54 on 2023/04/20 17:05
Rendered document content
RCA.Activities.Core.AddQueueItem Description This activity enables you to add a new item 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
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 of the item will be new. [[image:image-20220506113229-1.png]] (* for Mandatory) == **Properties
(milliseconds) **Input** * **Deadline (DateTime)** - The date right before the queue item is processed

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’ status is changed to new. (* for Mandatory) Properties Common Continue On Error (Boolean
Title
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 to new. [[image:image-20220506113338-1.png||class="img-thumbnail"]] (* for Mandatory) == **Properties

Get Transaction Item

Last modified by VuNH54 on 2023/04/20 17:11
Rendered document content
RCA.Activities.Core.GetTransactionItem Description This activity allows you to get an item from
can edit the name of the activity to organize and structure your code better. Eg: Get Transaction Item. Output Transaction Item (QueueItem) - The retrieved Transaction Item, is stored in a queue variable
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
. [[image:image-20220506113519-1.png]] (* for Mandatory) == **Properties** == **Common** * **Continue On Error
and structure your code better. Eg: Get Transaction Item. **Output** * **Transaction Item (QueueItem

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
Transaction Item Output Transaction Item (QueueItem) - The added transaction item. The output data
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
reference to each transaction. [[image:image-20220506113254-1.png]] (* for Mandatory) == **Properties
the name of the activity to organize and structure your code better. E.g: Add Transaction Item **Output
next page » Page 1 2 3
RSS feed for search on [select-item-1]
Created by admin on 2022/04/17 14:38