Search: select-item-1

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

Results 11 - 20 of 211 « previous page next page » Page 1 2 3 4 5 6 7 8 9 ... 22

Select Multiple Items (NB)

Last modified by Nga Nguyen on 2022/05/16 03:59
Rendered document content
RCA.Activities.NativeBrowser.SelectMultiple Description The Select Multiple Items activity allows you to select many items from a combo box or list box. (*For Mandatory) In the body of activity Pick target element* - Chooses the field on a browser to select the item. This activity will generate
Title
Select Multiple Items (NB)
Location
Select Multiple Items (NB)
Raw document content
" %) ((( RCA.Activities.NativeBrowser.SelectMultiple == **Description** == The Select Multiple Items activity allows you to select many items from
of activity** == * **Pick target element*** - Chooses the field on a browser to select the item
of the item. * **Select Values (String)*** - The value based on the type of selection you want to use. It has

[5] Queue

Last modified by admin on 2023/07/04 15:48
Rendered document content
Description 1 Name The name of the queue. 2 Description The description of the queue. 3 In progress The item
of the processing queue items in the details of the queue. No Field Description 1 Action Available actions
A Queue in simple terms is a container that holds a set of items that you want to be processed
Raw document content
of the processing queue items in the details of the queue. |=No|=Field|=Description |1|Action|Available actions
" id="H1.CenterOverview" %) A **Queue** in simple terms is a container that holds a set of items that you want to be processed by akaBot Agents. Queue items can store different types of data

[4] Webhook

Last modified by admin on 2023/07/04 16:29
Rendered document content
selecting the Webhook tab, the system displays the following page. No Column Description 1 Action
to notify various users, such as when a new queue item is ready for processing, a trigger fails
: allows users to delete selected webhook 2 URL The URL of your application 3 Subscribed Event The events
Raw document content
solution to notify various users, such as when a new queue item is ready for processing, a trigger fails
selecting the **Webhook** tab, the system displays the following page. [[image:image-20221101165929-27.png]] |=No|=Column|=Description |1|Action|Available actions to manage the Webhook. Includes: Edit: allows users

[1] Task

Last modified by admin on 2023/07/04 14:44
Rendered document content
the Workflow tab > Select the Workflow > Select the Task tab and select the task item. From the Agent
> Select the Agent > Select the Task tab at the bottom and select the task item. From the Schedule
> Select the Schedule > Select the Task tab at the bottom and select the task item. Once clicking, you
Title
[1] Task
Location
[1] Task
Raw document content
the **Workflow** tab > Select the **Workflow** > Select the **Task** tab and select the task item. [[image:image
and select the task item. [[image:image-20221028103513-24.png]] **From the Schedule Detail page
the **Schedule** > Select the **Task** tab at the bottom and select the task item. [[image:image-20221028103731

Sandbox

Located in
Last modified by admin on 2023/02/11 22:23
Rendered document content
create various types of lists in your wiki pages: Unordered list Level 1 Level 2 Level 3 Level 2 Level 1 Numbered list Item Subitem Item Subitem Mixed list Item 1 Item 2 Item 3 Item 4 Item 5 Tables
play with: Sandbox Test Page 1 Sandbox Test Page 2 Sandbox Test Page 3 Below is a demonstration
Raw document content
** Level 2 * Level 1 == Numbered list == 1. Item 11. Subitem 111. Item 1. Subitem == Mixed list == 1. Item 1 11. Item 2 11*. Item 3 11*. Item 4 1. Item 5 = Tables = You can create tables right into wiki
pages you can play with: * [[Sandbox Test Page 1>>Sandbox.TestPage1]] * [[Sandbox Test Page 2

Custom Activity

Located in
Last modified by admin on 2023/04/27 18:24
Rendered document content
. In the New Project dialog, under the Installed category, select Visual C# > Workflow (or Visual Basic > Workflow). Select the Activity Library project template. Type “RCA.Activities.Demo” in the Name box. Select
Delete. Click OK to confirm. Choose Add New Item from the Project menu. In the Installed > Common Items
Raw document content
. Choose Add New Item from the Project menu. 1. In the Installed > Common Items node, select Workflow. Select Code Activity from the Workflow list. 1. Type SumInt into the Name box and then click Add. 1
, under the Installed category, select Visual C# > Workflow (or Visual Basic > Workflow). 1. Select

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

[03]Exists In Collection

Last modified by DatPT on 2023/04/17 13:17
Rendered document content
and the item you want to check for existence. You can select different options based on the Data type
you to check whether the item exists in a collection or not. (* for Mandatory) Properties Misc Collection (ICollection)* - The collection in which to check if the item exists. This collection is of type
Raw document content
" %) ((( System.Activities.Statements.ExistsInCollection<System.Int32> == **Description** == This activity allows you to check whether the item exists in a collection or not. [[image:image-20220505155730-1.png]] (* for Mandatory) == **Properties** == **Misc** * **Collection (ICollection)*** - The collection in which to check if the item exists. This collection is of type

[04]Remove From Collection

Last modified by DatPT on 2023/04/17 13:18
Rendered document content
)* - The type argument of the collection and the item you want to remove. You can select different options based
you to remove item in a specified collection (* for Mandatory) Properties Misc Collection (ICollection<T>)* - The collection from which to remove the Item. Display Name (String) - The name
Raw document content
" %) ((( System.Activities.Statements.RemoveFromCollection<System.Int32> == **Description** == This activity allows you to remove item in a specified collection [[image:image-20220505155850-1.png]] (* for Mandatory) == **Properties** == **Misc** * **Collection (ICollection<T>)*** - The collection from which to remove the Item. * **Display Name (String

[01]Add To Collection

Last modified by DatPT on 2023/04/17 13:15
Rendered document content
) - The type argument of the collection and the item you want to add. You can select different options based
to add items to an existing collection. (* for Mandatory) Properties Misc Collection (ICollection<T>) - The collection that receives the new item. Display Name (String) - The name of this activity. You can edit
Raw document content
and the item you want to add. You can select different options based on the data type of the collection you use
" %) ((( System.Activities.Statements.AddToCollection<System.Int32> == **Description** == This activity allows you to add items to an existing collection. [[image:image-20220505155447-1.png]] (* for Mandatory) == **Properties** == **Misc
RSS feed for search on [select-item-1]
Created by admin on 2022/04/17 14:38