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
| Name | Description |
|---|---|
| Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |
| ResumeOnError | Indicates whether the script should resume execution upon encountering an error. |
| ValueOptions | Defines the variable value options for the script in the workflow. |
| ErrorDescriptionObjectName | Specifies the object name for storing error descriptions related to the script. |
| ErrorOptions | Defines the error handling options for the script in the workflow. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |