「Pythonメソッドの呼び出し」アクテビティについてです。※現在ナレッジ準備中です
1.アクティビティのプログラム名
RCA.Activities.Python.InvokeMethod
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: Python>Pythonメソッドの呼び出し
Helps you run a specified method from a Python script directly in a workflow. The script contains the method needs to be loaded into the environment first by using the Load Python Script activity.
ワークフロー内でPythonスクリプトから指定されたメソッドを直接実行することができます。スクリプトに含まれるメソッドは、【Pythonスクリプトの読み込み】 アクティビティを使用して、最初に環境にロードする必要があります。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
Name ・・・ The name of the method that you want to use. String supported only.
Parameters ・・・ A list of input parameters for the Python script that is to be invoked, if any.
Result ・・・ The handlers for the specified Python script, stored in a PythonObject variable
DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.
4.使い方
準備中