検索:invoke-workflow-file

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

16件のうち1 - 10 次のページ » ページ 1 2

[03]Invoke Workflow File (en)

Tuan Nguyenが2022/05/13 03:59に最終更新
表示されるドキュメントの内容
. (* for Mandatory) In the body of activity Workflow Path (String)* - The file path of the .xaml file to be invoked
. Input Arguments (String) - The parameters that can be passed to the code that is invoked Workflow File Name (String)* - The file path of the .xaml file to be invoked. E.g: “C:\Users\Admin\Documents\akaBot
タイトル
[03]Invoke Workflow File
保存場所
[03]Invoke Workflow File
Trigger & Invoke
ドキュメントの内容のソース
(String) **- The parameters that can be passed to the code that is invoked * **Workflow File Name (String
] Invoke Workflow File **Options** * **Workflow Timeout (TimeSpan)** - The amount of time to wait
)*** - The file path of the .xaml file to be invoked. E.g: “C:\Users\Admin\Documents\akaBot\Invokefile.xaml

Activities (en)

adminが2022/07/01 16:13に最終更新
表示されるドキュメントの内容
File Change Trigger Invoke Code Invoke Workflow File Invoke PowerShell
保存場所
Trigger & Invoke
ドキュメントの内容のソース
* [[File Change Trigger>>url:https://docs.akabot.com/bin/view/Activities/Trigger%20%26%20Invoke/Activities/%5B01%5DFile%20Change%20Trigger/]] * [[Invoke Code>>url:https://docs.akabot.com/bin/view/Activities/Trigger%20%26%20Invoke/Activities/%5B02%5DInvoke%20Code/]] * [[Invoke Workflow File>>url:https

[1] Release Notes (en)

Nga Nguyenが2022/05/16 02:33に最終更新
表示されるドキュメントの内容
Workflow File activity which show both error message and message box when input Timeout filed exceed
RCA.Activities.Core Version 2.2.0.1 Bug Fixes Fixed an issue in File Change Trigger activity which display incorrect property name in Error notification Fixed an issue in File Change Trigger
保存場所
Trigger & Invoke
ドキュメントの内容のソース
in **File Change Trigger** activity which Allowed to place inside EventHandler sequence of MonitorEvents. ))) * ((( Fixed an issue in **Invoke Workflow File** activity which show both error message and message box when
Version 2.2.0.1** == === **Bug Fixes** === (% class="box" %) ((( * ((( Fixed an issue in **File Change

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
タイトル
Trigger & Invoke
保存場所
Trigger & Invoke
ドキュメントの内容のソース
" %) ((( **・ Invoke: **Synchronously invokes a specified **workflow** or **VB.NET **/ **C#** code or **executes
on a specified file or folder. ))) (% class="box infomessage" %) ((( **Notes:** * Importing arguments from a workflow auto-matches them to existing variables if they share the same name and data type

Python (en)

保存場所
adminが2022/05/18 10:07に最終更新
表示されるドキュメントの内容
The purpose of this pack is to enable you to invoke Python scripts and methods in any workflow directly from our product. You can also pass input arguments to the invoked code, as well as retrieve
Script activity, you can easily assign the code from any file containing a Python script
ドキュメントの内容のソース
floatinginfobox" %) ((( The purpose of this pack is to enable you to invoke Python scripts and methods in any workflow directly from our product. You can also pass input arguments to the invoked code, as well
file containing a Python script to a (% style="color:#e74c3c" %)##PythonObject##(%%) and you can also

[02]Invoke Code (en)

Tuan Nguyenが2022/05/13 03:59に最終更新
表示されるドキュメントの内容
RCA.Activities.Core.InvokeCode Description With this activity, you can synchronously invoke
arguments to the caller workflow. (* for Mandatory) In the body of activity Edit Code (Button) – Click
to the code that is invoked Code (String) - The VB.Net code that is to be invoked. Misc Public (Checkbox
タイトル
[02]Invoke Code
保存場所
Trigger & Invoke
[02]Invoke Code
ドキュメントの内容のソース
" %) ((( RCA.Activities.Core.InvokeCode == **Description** == With this activity, you can synchronously invoke VB.NET or C# code
workflow. [[image:image-20220505160824-1.png]] (* for Mandatory) == **In the body of activity
that is invoked * **Code (String)** - The VB.Net code that is to be invoked. **Misc** * **Public (Checkbox

Invoke Python Method (en)

Nhan Nguyenが2022/05/13 02:35に最終更新
表示されるドキュメントの内容
method from a Python script directly in a workflow. The script contains the method that needs
. Eg: “Invoke Python Method. Output Result (PythonObject) - The handlers for the specified Python
of input parameters for the Python script that is to be invoked, if any.
タイトル
Invoke Python Method
添付ファイルの名称
invoke.jpg
保存場所
Invoke Python Method
ドキュメントの内容のソース
script directly in a workflow. The script contains the method that needs to be loaded
edit the name of the activity to organize and structure your code better. Eg: “Invoke Python Method
for the Python script that is to be invoked, if any. ))) {{velocity}} #if ($xcontext.action != 'export

Load Python Script (en)

VuNH54が2023/04/20 11:42に最終更新
表示されるドキュメントの内容
of a Python script in a PythonObject variable. You can use the resulting variable to invoke the methods within
of activity Script File - The file path of the Python script. Eg: “C:/PythonCode/hello.py” Properties Input
!')” Script File (String)* - The file path of the Python script. Eg: “C:/PythonCode/hello.py” Misc Public
ドキュメントの内容のソース
in a PythonObject variable. You can use the resulting variable to invoke the methods within the code. This activity
]] (* is mandatory) == **In the body of activity** == * **Script File** - The file path of the Python script. Eg
to execute. String supported only. Eg: “print('Hello, world!')” * ((( **Script File (String)*** - The file

Terminate Workflow (en)

Giang Tranが2022/05/13 07:06に最終更新
表示されるドキュメントの内容
a workflow. Properties Misc Exception (Exception) - Terminates a workflow instance using the specified exception Reason (String) - A string input argument with the reason for the workflow instance termination 📘 Notes We can only check "Reason"/ "Exception" in the log file if we set LogLevel of Agent
タイトル
Terminate Workflow
保存場所
Terminate Workflow
ドキュメントの内容のソース
" %) ((( System.Activities.Statements.TernimateWorkflow == **Description** == This activity allows you to terminate a workflow. [[image:image
a workflow instance using the specified exception * **Reason (String) **- A string input argument with the reason for the workflow instance termination (% class="box infomessage" %) ((( 📘 Notes * We can

Custom Activity (en)

保存場所
adminが2023/04/27 18:24に最終更新
表示されるドキュメントの内容
Description Activities are the core unit of behavior in Windows Workflow Foundation. The execution
Workflow Foundation (WF). Windows Workflow Communication Foundation (WCF). NET framework 4.5.2. akaBot
. In the New Project dialog, under the Installed category, select Visual C# > Workflow (or Visual Basic
ドキュメントの内容のソース
** == Activities are the core unit of behavior in Windows Workflow Foundation. The execution logic of an activity
2013 or newer with installed components: * Windows Workflow Foundation (WF). * Windows Workflow
, under the Installed category, select Visual C# > Workflow (or Visual Basic > Workflow). 1. Select
次のページ » ページ 1 2
[invoke-workflow-file]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成