検索:akabot-center-error-codes

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

40件のうち1 - 10 次のページ » ページ 1 2 3 4

Trigger & Invoke (en)

保存場所
adminが2022/05/18 10:11に最終更新
表示されるドキュメントの内容
・ Invoke: Synchronously invokes a specified workflow or VB.NET / C# code or executes a akaBot process that is available for the local machine. ・ Trigger: Monitors changes on a specified file or folder. Notes: Importing arguments from a workflow auto-matches them to existing variables
ドキュメントの内容のソース
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( (% class="box" %) ((( **・ Invoke: **Synchronously invokes a specified **workflow** or **VB.NET **/ **C#** code or **executes** a akaBot **process **that is available for the local machine. **・ Trigger**: Monitors changes

[06]If (en)

adminが2023/10/20 10:24に最終更新
表示されるドキュメントの内容
is the condition (IF). After that there are 2 routes which consists of activities akaBot will run in case
- Then - You can add different activities for akaBot to execute if the condition is true - Else - You can add different activities for akaBot to execute if the condition is false. Properties Misc Display Name
ドキュメントの内容のソース
that there are 2 routes which consists of activities akaBot will run in case the statement is true
for akaBot to execute if the condition is true - **Else **- You can add different activities for akaBot
)** - The name of this activity. You can edit the name of the activity to organize and structure your code better

[07]Parallel (en)

adminが2023/10/20 10:25に最終更新
表示されるドキュメントの内容
process. If a child process is invoked but not found, an error is logged containing the name of the child process. If there is an error occurs in the child process after it has been invoked, the parent
of the activity to organize and structure your code better. E.g: Parallel Complete Condition (Boolean
ドキュメントの内容のソース
. If a child process is invoked but not found, an error is logged containing the name of the child process. If there is an error occurs in the child process after it has been invoked, the parent is not aware of it and continue
your code better. E.g: Parallel * **Complete Condition (Boolean)* **- The condition for the activity

[08]Parallel ForEach (en)

adminが2023/10/20 10:27に最終更新
表示されるドキュメントの内容
of this activity. You can edit the name of the activity to organize and structure your code better. E.g: Parallel
property. Values (IEnumberable)*- The data collections that you want akaBot to execute.
ドキュメントの内容のソース
) **- The name of this activity. You can edit the name of the activity to organize and structure your code better
want akaBot to execute. ))) {{velocity}} #if ($xcontext.action != 'export') (% class="akb-toc

[01]Open Browser (en)

adminが2023/11/01 14:55に最終更新
表示されるドキュメントの内容
the browser. Properties Common Continue On Error (Boolean) - A Boolean variable has two possible values: True or False. True - allows the rest of the process to continue the execution even an error occurs
for the activity to complete before an error is thrown. If the timeout expires, the activity will be terminated
ドキュメントの内容のソース
to execute within the browser. == **Properties** == **Common** * **Continue On Error (Boolean
to continue the execution even an error occurs within the activity. False (default) - blocks the process from
) **- The maximum amount of time (in milliseconds) to wait for the activity to complete before an error is thrown

[30]Wait Page Title (en)

DatPTが2023/04/17 13:07に最終更新
表示されるドキュメントの内容
Continue On Error (Boolean) - A Boolean variable has two possible values: True or False. True - allows the rest of the process to continue the execution even an error occurs within the activity. False (default
edit the name of the activity to organize and structure your code better. E.g: [132567] Wait Page Title
ドキュメントの内容のソース
to verify the page title. == **Properties** == **Common** * **Continue On Error (Boolean)** - A Boolean
the execution even an error occurs within the activity. False (default) - blocks the process from continuing
can edit the name of the activity to organize and structure your code better. E.g: [132567] Wait Page

[15]Quit Browser (en)

DatPTが2023/04/17 11:14に最終更新
表示されるドキュメントの内容
Continue On Error (Boolean) - A Boolean variable has two possible values: True or False. True - allows the rest of the process to continue the execution even an error occurs within the activity. False (default
of this activity. You can edit the name of the activity to organize and structure your code better. E.g: [1232145
ドキュメントの内容のソース
" width="251"]] (* For Mandatory) == **Properties** == **Common** * **Continue On Error (Boolean
the execution even an error occurs within the activity. False (default) - blocks the process from continuing
of the activity to organize and structure your code better. E.g: [1232145] Quit * **Public (Checkbox)** - Check

[23]Inject Javascript (en)

DatPTが2023/04/17 11:29に最終更新
表示されるドキュメントの内容
of the JavaScript file or JavaScript text you want to inject. Properties Common Continue On Error (Boolean
the execution even an error occurs within the activity. False (default) - blocks the process from continuing
insert the JavaScript code directly here. E.g: "D:\Users\Downloads\invokeCode\invokeCode\alert.js
ドキュメントの内容のソース
** == **Common** * **Continue On Error (Boolean)** - A Boolean variable has two possible values: True or False. True - allows the rest of the process to continue the execution even an error occurs within
(String)*** – The path of the JavaScript file you want to inject. You can also insert the JavaScript code

[31]Wait Page Url (en)

DatPTが2023/04/17 13:09に最終更新
表示されるドキュメントの内容
On Error (Boolean) - A Boolean variable has two possible values: True or False. True - allows the rest of the process to continue the execution even an error occurs within the activity. False (default) - blocks
of the activity to organize and structure your code better. E.g: [2356558] Wait Page Url Public (Checkbox) - Check
ドキュメントの内容のソース
== **Properties** == **Common** * **Continue On Error (Boolean)** - A Boolean variable has two possible values: True or False. True - allows the rest of the process to continue the execution even an error occurs
and structure your code better. E.g: [2356558] Wait Page Url * **Public (Checkbox)** - Check if you want

[03]Attach Browser (en)

Tuan Nguyenが2022/05/13 02:19に最終更新
表示されるドキュメントの内容
On Error (Boolean) - A Boolean variable has two possible values: True or False. True - allows the rest of the process to continue the execution even an error occurs within the activity. False (default) - blocks
before an error is thrown. If the timeout expires, the activity will be terminated. Default value: 30000
ドキュメントの内容のソース
On Error (Boolean) **- A Boolean variable has two possible values: True or False. True - allows the rest of the process to continue the execution even an error occurs within the activity. False (default) - blocks
for the activity to complete before an error is thrown. If the timeout expires, the activity will be terminated
次のページ » ページ 1 2 3 4
[akabot-center-error-codes]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成