This activity is for setting a Breakpoint in the Flow. The activity takes as input a Boolean expression. If set to True, the Flow will continue if there is an error. If set to False, the Flow will NOT continue if there is an error.
Breakpoint Properties:
Property Name | Data Type | Property Type | Property Description | |
---|
BackgroundColourName | Colour (from list) | Misc property | The property specifies the colour of the Activity box. | |
ContinueOnError | Boolean | Input property | If this property is set to True any error raised by the activity will be suppressed and control will move on to the next activity. If set to False flow execution will halt or move to exception handling logic (if activity is wrapped in Try Catch) in case of error from action. | |
Description | String | Misc property | This property specifies the description of the Activity. | |
DisplayName | String | Misc property | This property specifies the name of the Activity box. | |