コボットPortal

並列繰り返し(コレクションの各要素)

「並列繰り返し(コレクションの各要素)」アクテビティについてです。※現在ナレッジ準備中です

1.アクティビティのプログラム名

System.Activities.Statements.ParallelForEach

2.説明

Studio バージョン 2.0.3.0~

  クイックアクセス: システム>コントロールフロー>並列繰り返し(コレクションの各要素)

Enables you to run the child process parallel with the parent activities. This also allows you to execute each element in the child 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 is not aware of it and continue with the normal execution.

プロセスを親アクティビティと並行して実行できるようにします。これにより、子プロセスの各要素を実行することも可能になります。子プロセスが呼び出されても見つからない場合、子プロセスの名前を含むエラーがログに記録されます。子プロセスが呼び出された後にエラーが発生した場合、親プロセスはそれに影響されることなく通常の実行を続行します。

3.プロパティ

プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。

DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.

Completion Condition ・・・ The condition for the activity to start execute.

TypeArgument ・・・ Enables you to choose different types of statement that can be add in the expression property.

Values ・・・ The data collections that you want akaBot to execute.

4.使い方

準備中

印刷
S
Shiori is the author of this solution article.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.