continueOnError property

bool? continueOnError
getter/setter pair

Flag that specifies whether the flow should abort after an error in the flow hook.

Defaults to true (continue on error).

Implementation

core.bool? continueOnError;