Screen Recorder

Estimated reading: 2 minutes 3573 views

The Screen Recording helps the user to record the set of activities built within it. It paves an easy way to troubleshoot the issue they encounter and enabling them to visually analyze the root cause.

Properties

INPUT

Framepersecond:* It denotes the frame rate at which each image should be captured per second. This parameter accepts values in “Integer” datatype. You can either hardcode the values in the “INTEGER” datatype or enter the values in integer format.
The maximum accepted frame rate is “3”.

OutputFilepath:* It indicates to provide the “Path” along with the name of the file to store the recorded video. This parameter accepts values in “String” datatype. You can either hardcode the values in the “String” datatype or enter the values in String format.

ScreenOn:* It indicates the “screen” from where the recorder is executed. By default, the option will be selected as “Display1”.

MISC

Body: Gets auto filled once the “Activity” is dropped into the body.

DisplayName: Displays the name of the activity. The activity name can be customized, which aids in troubleshooting.

SkipOnError: Specify the “Boolean” value as “True” or “False.”
True: Continue executing the workflow regardless of any errors thrown.
False: Halt the workflow if it encounters any errors.
None: If the option is left blank, the activity will, by default, behave as if “False” were chosen.

Version: It indicates the version of the feature being used.

OUTPUT

Result: It provides the ability to view the execution status of the activity. It returns values in “Boolean.” 
True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.

Represents mandatory fields to execute the workflow.

Share this Doc

Screen Recorder

Or copy link

CONTENTS