Skip to main content

FlowScriptProperties Properties

An object defining properties for the FlowScriptProperties class.

ValueOptions

Defines the variable value options for the script in the workflow.

Type: IVariableValueOptions


IsChanged

Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.

Type: bool


ResumeOnError

Indicates whether the script should resume execution upon encountering an error.

Type: bool


ErrorDescriptionObjectName

Specifies the object name for storing error descriptions related to the script.

Type: string


ErrorOptions

Defines the error handling options for the script in the workflow.

Type: IFlowErrorOptions


Caption

A dictionary containing captions for workflow objects, mapping identifiers to their display names.

Type: Dictionary<string, string>