Search: get-file-info

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

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

Get File Info

Last modified by Nga Nguyen on 2022/05/16 03:29
Rendered document content
about a file, including its name, size, and type. (*For mandatory) In the body of activity ID of file whose info to get (String)* - The ID of the file that you want to get information from. String
to organize and structure your code better. E.g: [913123123] Get File Info Output Result (File
Title
Get File Info
Location
Get File Info
Raw document content
) == **In the body of activity** == * **ID of file whose info to get (String)*** - The ID of the file that you
and structure your code better. **E.g**: [913123123] Get File Info **Output** * **Result (File
** == **Input** * **FileID (String)*** - The ID of the file that you want to get information from

Get Event Info

Last modified by Nhan Nguyen on 2022/05/13 03:32
Rendered document content
of this activity. You can edit the name of the activity to organize and structure your code better. E.g: Get Even Info Type Argument (Dropdown list) - Variable type of the Result, support to verify the outArgument
Title
Get Event Info
Location
Get Event Info
Raw document content
of the activity to organize and structure your code better. E.g: Get Even Info * **Type Argument (Dropdown list

Get Files

Last modified by DatPT on 2023/04/14 14:54
Rendered document content
, consider data security before using it. Output Files (FileData) - The data of the files you get is stored
RCA.Activities.Core.GetFiles Description This activity allows you to return the names of files
(From) (DateTime) – Looks for files create from this date onward. Left blank if the created time
Title
Get Files
Location
Get Files
Raw document content
it. **Output** * **Files (FileData)** - The data of the files you get is stored in an array of FileData. Loop
== **Description** == This activity allows you to return the names of files (including their paths) in a specified
** * **Creation Time (From) (DateTime)** – Looks for files create from this date onward. Left blank if the created

Get File Permission

Last modified by Nga Nguyen on 2022/05/16 03:29
Rendered document content
to retrieve (String)* - ID of file requested to get permission. String variables and String are supported. Properties Input File ID (String)* - ID of file requested to get permission. String variables and String
of the activity to organize and structure your code better. E.g: [65623834] Get File Permission Options Use
Title
Get File Permission
Location
Get File Permission
Raw document content
" %) ((( RCA.Activities.GSuite.GetFilePermission == **Description** == This activity allows getting permission for a specified file
** == * **Id of file whose permissions to retrieve (String)*** - ID of file requested to get permission. String
of file requested to get permission. String variables and String are supported. **Misc** * **Public

Terminate Workflow

Last modified by Giang Tran on 2022/05/13 07:06
Rendered document content
📘 Notes We can only check "Reason"/ "Exception" in the log file if we set LogLevel of Agent (VERBOSE) Other levels (Fatal, Error, Warn, Info, Debug) => not able to check "Reason"/ "Exception" in the log file Public (Checkbox) - If you check it, the data of this activity will be shown in the log
Raw document content
only check "Reason"/ "Exception" in the log file if we set LogLevel of Agent **(VERBOSE)** * Other levels (Fatal, Error, Warn, Info, Debug) => not able to check "Reason"/ "Exception" in the log file

Get Element

Last modified by Nhan Nguyen on 2022/05/13 02:24
Rendered document content
)* - The file you get the element from Selector (String) * - You can add selectors here. String supported only
) - The element you get from the Java file. Output to JavaElement variable only.
RCA.Activities.Java.GetElement Description This activity allows you to get elements from a Java
Title
Get Element
Attachment name
get element.png
Location
Get Element
Raw document content
" %) ((( RCA.Activities.Java.GetElement == **Description** == This activity allows you to get elements from a Java file
Element (JavaElement)* **- The element you want to get. * **From (JavaElement)* **- The file you get
(JavaElement) **- The element you get from the Java file. Output to JavaElement variable only

Get Text

Last modified by Nhan Nguyen on 2022/05/13 02:24
Rendered document content
RCA.Activities.Java.GetText Description This activity allows you to get text from a Java file
(JavaElement)* - The element you want to get. From (JavaElement) - The file you get the element from Selector
and structure your code better. Eg: Get Text Java Output Output Text (String) - The element you get from
Title
Get Text
Attachment name
get text.png
Location
Get Text
Raw document content
" %) ((( RCA.Activities.Java.GetText == **Description** == This activity allows you to get text from a Java file
)* **- The element you want to get. * **From (JavaElement)** - The file you get the element from * **Selector
get from the Java file. Output to a String variable. ))) {{velocity}} #if ($xcontext.action

Select File

Last modified by DatPT on 2023/04/12 17:41
Rendered document content
them with a semicolon (“;”). Use Asterisk to get all files. The default value is: All files
a file and returns full path of the selected file. Properties Input Filter (String) – Used to specify the type of file you want to select. This filter should contain a description of the filter
Title
Select File
Location
Select File
Raw document content
multiple file types, separate them with a semicolon (“;”). Use Asterisk to get all files. The default value
" %) ((( RCA.Activities.Core.SelectFile == **Description** == This activity opens a dialog, allows you to select a file and returns full path of the selected file. [[image:image-20220505093334-1.jpeg]] == **Properties** == **Input

Get Data from Clipboard

Last modified by Giang Tran on 2022/05/13 03:42
Rendered document content
RCA.Activities.Core.GetFromClipboard Description This activity allows you to get data from
)* – The format of the data you want to get from to Clipboard. Support format are: Text, UnicodeText, Rtf, Html, CommaSepreatedValue, Xaml. Output Output Text (String) - The output of the text that you get from this activity
Title
Get Data from Clipboard
Location
Get Data from Clipboard
Raw document content
" %) ((( RCA.Activities.Core.GetFromClipboard == **Description** == This activity allows you to get data from Clipboard for further
** * **Text Format (Dropdown list)*** – The format of the data you want to get from to Clipboard. Support
(String)** - The output of the text that you get from this activity stored in a variable. **Misc

Custom Activity

Located in
Last modified by admin on 2023/04/27 18:24
Rendered document content
. You should see no error and there is an assembly file RCA.Activities.Demo.dll in build output
: CodeActivity { public InArgument<int> Number1 { get; set; } public InArgument<int> Number2 { get; set; } public OutArgument<int> Total { get; set; } protected override void
Raw document content
see no error and there is an assembly file RCA.Activities.Demo.dll in build output directory
class SumInt : CodeActivity { public InArgument<int> Number1 { get; set; } public InArgument<int> Number2 { get; set; } public OutArgument<int> Total { get; set
next page » Page 1 2 3
RSS feed for search on [get-file-info]
Created by admin on 2022/04/17 14:38