「Pythonスクリプトを実行」アクテビティについてです。※現在ナレッジ準備中です
目次
1.アクティビティのプログラム名
RCA.Activities.Python.RunScript
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: Python>Pythonスクリプトを実行
Enables you to run a Python Script. You can input the code directly in the activity or provide a file path for it. It can only be used inside the Python Scope activity.
Pythonスクリプトを実行できるようにします。アクティビティに直接コードを入力するか、ファイルパスを指定して実行することができます。Python Scopeアクティビティ内でのみ使用できます。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
Code ・・・ The code you want to execute. String supported only
ScriptFile ・・・ The file path of Python script.
DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.
4.使い方
準備中