Skip to main content

FlowScriptProperties

The FlowScriptProperties class defines properties for configuring script-related settings in a workflow, including error handling options and variable value options. It inherits from BimserWorkflowObjectProperties and implements IFlowScriptProperties.

Properties

NameDescription
ValueOptionsDefines the variable value options for the script in the workflow.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
ResumeOnErrorIndicates whether the script should resume execution upon encountering an error.
ErrorDescriptionObjectNameSpecifies the object name for storing error descriptions related to the script.
ErrorOptionsDefines the error handling options for the script in the workflow.
CaptionA dictionary containing captions for workflow objects, mapping identifiers to their display names.