Search: invoke-workflow-file

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

Results 21 - 30 of 32 « previous page next page » Page 1 2 3 4

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

[1]Display Form

Last modified by LongVA on 2023/10/06 15:01
Rendered document content
. Display a form while the rest of the workflow is running. Project Compability Windows Configuration Designer panel Select Form - The form that you want to show. You can select a JSON file from your project
on the form. JSON Schema File Name - Set the name of the file that stores your form. This field is required
Raw document content
the rest of the workflow is running. == **Project Compability** == **Windows** == **Configuration** == **Designer panel** * Select Form - The form that you want to show. You can select a **JSON** file from your
from it. ** Form Fields Input Data - The JSON string is used to field on the form. ** JSON Schema File

[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

Release Notes

Last modified by Nga Nguyen on 2022/05/13 04:21
Rendered document content
characters. [ExcelApplicationScope] A loop opens Excel file in the background. Even though the workflow has
file is set password protected sheet. [ExportChart]Export chart missing when name file excel has chart
Destination File Path does not have permission to access. [ExcelSetBorder] Wrong behavior when set property
Raw document content
when excel file is set password protected sheet. * [ExportChart]Export chart missing when name file
than 200 characters. * [ExcelApplicationScope] A loop opens Excel file in the background. Even though the workflow has been stopped. * [ExcelApplicationScope] Don't show message when WorkBook Path does exist

[1] Release Notes

Last modified by Nga Nguyen on 2022/05/13 03:20
Rendered document content
characters. [ExcelApplicationScope] A loop opens Excel file in the background. Even though the workflow has
file is set password protected sheet. [ExportChart]Export chart missing when name file excel has chart
Destination File Path does not have permission to access. [ExcelSetBorder] Wrong behavior when set property
Raw document content
when excel file is set password protected sheet. * [ExportChart]Export chart missing when name file
than 200 characters. * [ExcelApplicationScope] A loop opens Excel file in the background. Even though the workflow has been stopped. * [ExcelApplicationScope] Don't show message when WorkBook Path does exist

[1] akaBot Studio 2.2.0.1

Last modified by Nhan Nguyen on 2022/05/09 08:22
Rendered document content
Bugs fixed Create Folder/Rename/New/NewFromTemplate file/folder name containing voiced characters. Expression Editor does not support clicking items from the suggestion list. The studio does not close
button while Studio is running. Button Start and Stop do not auto change status when ending workflow. Add
Raw document content
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( == **Bugs fixed** == * Create Folder/Rename/New/NewFromTemplate file/folder name containing voiced characters. * Expression
workflow. * Add a limit for Exception Details on [Runtime Execution Error] Dialog (10000 chars

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

[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

[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

[01]File Change Trigger

Last modified by Tuan Nguyen on 2022/05/13 03:58
Rendered document content
information of a file. This can only be used in monitoring events. (* for Mandatory) Properties Event
, Attributes, Size, LastWrite, LastAccess, CreationTime, Security. File File Name (String) - The name of the file you want to watch for changes. E.g: “inputfile.xlsx” Path (String)* - The path of the fie
Title
[01]File Change Trigger
Location
Trigger & Invoke
[01]File Change Trigger
Raw document content
" %) ((( System.Activities.Core.FileChangeTrigger == **Description** == This activity allows you to get the change information of a file
. **File** * **File Name (String) **- The name of the file you want to watch for changes. E.g
] File Change Trigger **Options** * **Include Subdirectories (Checkbox)** - This is used whether
RSS feed for search on [invoke-workflow-file]
Created by admin on 2022/04/17 14:38