Search: invoke-workflow-file

Last modified by admin on 2022/04/24 04:58

Results 1 - 10 of 30 next page » Page 1 2 3

[03]Invoke Workflow File

Last modified by Tuan Nguyen on 2022/05/13 03:59
Rendered document content
. (* 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
Title
[03]Invoke Workflow File
Location
[03]Invoke Workflow File
Trigger & Invoke
Raw document content
(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

Last modified by admin on 2022/07/01 16:13
Rendered document content
File Change Trigger Invoke Code Invoke Workflow File Invoke PowerShell
Location
Trigger & Invoke
Raw document content
* [[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

Last modified by Nga Nguyen on 2022/05/16 02:33
Rendered document content
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
Location
Trigger & Invoke
Raw document content
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

Located in
Last modified by admin on 2022/05/18 10:11
Rendered document content
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
Title
Trigger & Invoke
Location
Trigger & Invoke
Raw document content
" %) ((( **・ 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

Located in
Last modified by admin on 2022/05/18 10:07
Rendered document content
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
Raw document content
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

Last modified by Tuan Nguyen on 2022/05/13 03:59
Rendered document content
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
Title
[02]Invoke Code
Location
Trigger & Invoke
[02]Invoke Code
Raw document content
" %) ((( 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

Last modified by Nhan Nguyen on 2022/05/13 02:35
Rendered document content
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.
Title
Invoke Python Method
Attachment name
invoke.jpg
Location
Invoke Python Method
Raw document content
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

[01] akaBot Studio 2.2.0.2

Last modified by admin on 2023/05/21 23:26
Rendered document content
capabilities for working with VBA code within your automation workflows, empowering you to customize
Excel macros by adding custom VBA code. Invoke VBA Activity: The Invoke VBA activity enables you
code programmatically from your automation workflow. Delete VBA Activity: This activity allows you
Raw document content
for working with VBA code within your automation workflows, empowering you to customize and automate Excel
macros by adding custom VBA code. ** Invoke VBA Activity: The Invoke VBA activity enables you to execute
programmatically from your automation workflow. ** Delete VBA Activity: This activity allows you to remove

Load Python Script

Last modified by VuNH54 on 2023/04/20 11:42
Rendered document content
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
Raw document content
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

Last modified by Giang Tran on 2022/05/13 07:06
Rendered document content
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
Title
Terminate Workflow
Location
Terminate Workflow
Raw document content
" %) ((( 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
next page » Page 1 2 3
RSS feed for search on [invoke-workflow-file]
Created by admin on 2022/04/17 14:38