検索:add-data-row

adminが2022/04/24 04:58に最終更新

54件のうち1 - 10 次のページ » ページ 1 2 3 4 5 6

[09]While (en)

adminが2023/10/20 10:28に最終更新
表示されるドキュメントの内容
for the execution. E.g: “counter < 15” Body* - You can add different activities here. Properties Misc Display
and structure your code better. E.g: [410342694] While Public (Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. Condition (Boolean
ドキュメントの内容のソース
” * **Body*** - You can add different activities here. == **Properties** == **Misc** * **Display
and structure your code better. E.g: [410342694] While * **Public (Checkbox)** - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. * **Condition

[08]Parallel ForEach (en)

adminが2023/10/20 10:27に最終更新
表示されるドキュメントの内容
. (* For Mandatory) Properties Misc Public (Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. Display Name (String) - The name
(Dropdown List) - Enables you to choose different types of statement that can be add in the expression
ドキュメントの内容のソース
that can be add in the expression property. * **Values (IEnumberable)***- The data collections that you
) == **Properties** == **Misc** * **Public (Checkbox)** - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. * **Display Name (String

[06]If (en)

adminが2023/10/20 10:24に最終更新
表示されるドキュメントの内容
) In the body of activity Condition (Boolean)* - The condition you want to add for the execution E.g: varA=varB - Then - You can add different activities for akaBot to execute if the condition is true - Else - You can add
code better. E.g: [392071310] If Public (Checkbox) - If you check it, the data of this activity
ドキュメントの内容のソース
)* **- The condition you want to add for the execution E.g: varA=varB - **Then** - You can add different activities for akaBot to execute if the condition is true - **Else **- You can add different activities for akaBot
. E.g: [392071310] If * **Public (Checkbox) **- If you check it, the data of this activity

[05]For Each (en)

adminが2023/10/20 10:21に最終更新
表示されるドキュメントの内容
, data tables or other types of collections. (* for Mandatory) Properties Input Values (IEnumerable)*- Iterate through the data and process each piece of information individually. Able to input variable
it, the data of this activity will be shown in the log. Be careful, consider data security before using
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.ForEach == **Description** == This activity allows you to loop through arrays, lists, data tables
) == **Properties** == **Input** * **Values (IEnumerable)***- Iterate through the data and process each piece
. E.g: [389861710] For Each < T > * **Public (Checkbox)** - If you check it, the data of this activity

[02]Flow Chart (en)

adminが2023/10/20 10:12に最終更新
表示されるドキュメントの内容
add activities to create the work flow. (* for Mandatory) Properties Misc Public (Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security
ドキュメントの内容のソース
and also apply to other projects if needed. From the start button, you can add activities to create
) == **Properties** == **Misc** * **Public (Checkbox)** - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. * **Display Name (String) **- The name

[04]Terminate Workflow (en)

Tuan Nguyenが2023/09/25 16:28に最終更新
表示されるドキュメントの内容
want to throw when stop the workflow. Public (Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. Reason (String) - You can add
ドキュメントの内容のソース
)* **- The exception you want to throw when stop the workflow. * **Public (Checkbox) **- If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. * **Reason (String) **- You can add the reasons why you stop the execution. ))) {{velocity}} #if ($xcontext.action

[12]Switch (en)

Tuan Nguyenが2023/09/25 16:28に最終更新
表示されるドキュメントの内容
want to choose for the execution. Default - You can add different cases or different course of action
check it, the data of this activity will be shown in the log. Be careful, consider data security before
(Dropdown List) - Enables you to choose different types of statement that can be add in the expression
ドキュメントの内容のソース
to choose for the execution. * **Default **- You can add different cases or different course of action here
) **- If you check it, the data of this activity will be shown in the log. Be careful, consider data security
. * **Type Argument (Dropdown List)** - Enables you to choose different types of statement that can be add

[10]Do While (en)

Tuan Nguyenが2023/09/25 16:28に最終更新
表示されるドキュメントの内容
met. (* for Mandatory) In the body of the activity Body (box) - You can add different activities
(Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data
ドキュメントの内容のソース
"]] (* for Mandatory) == **In the body of the activity** == * **Body (box)** - You can add different activities
: [402352067] Do While * **Public (Checkbox) **- If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. ))) {{velocity}} #if ($xcontext.action

Append CSV File (en)

Giang Tranが2023/09/25 16:27に最終更新
表示されるドキュメントの内容
of activity File path (String) - You can add the file path of the CSV here. String supported only. Data Table (DataTable) - The data table you want to append. Properties File File Path (String)* - The file path of the CSV file E.g: “C:\CSVFolder\clientList.csv” Input Data Table (DataTable)* - Specifies the DataTable
ドキュメントの内容のソース
]] (* is mandatory) == **In the body of activity** == * **File path (String)** - You can add the file path of the CSV here. String supported only. * **Data Table (DataTable)** - The data table you want to append
\clientList.csv” **Input** * **Data Table (DataTable)*** - Specifies the DataTable to be appended to the CSV

Read CSV File (en)

Giang Tranが2023/09/25 16:27に最終更新
表示されるドキュメントの内容
a specified CSV File. (* is mandatory) In the body of activity File Path (String) - You can add the file
of the CSV file E.g: “C:\CSVFolder\clientList.csv” Misc Public (CheckBox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. Display Name (String
ドキュメントの内容のソース
Path (String)** - You can add the file path of the CSV here. String supported only. == **Properties
” **Misc** * **Public (CheckBox) **- If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. * **Display Name (String) **- The name of this activity
次のページ » ページ 1 2 3 4 5 6
[add-data-row]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成