Share via


ExecuteDataFlowActivity.ContinueOnError Property

Definition

Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> ContinueOnError { get; set; }
member this.ContinueOnError : Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> with get, set
Public Property ContinueOnError As DataFactoryElement(Of Boolean)

Property Value

Applies to