Please enable JavaScript to view this site.

Altova FlowForce Server 2022 

Full path: /system/abort

 

Aborts the execution of a job. This function is typically used inside a condition (that is, a Choose step) to deliberately end the job when that condition is true. It is the equivalent of a throw or raise function in a programming language. This function does not return a value.

 

Parameters

Name

Type

Description

Message

string

Mandatory string parameter. Specifies the message to output when aborting the job.

 

Examples

In the following job, the abort function is used to finish the job with an error if the value of a checked list exceeds 10 items. If the number of items in the list is less than or equal to 10, the job writes the text "The list has less than 10 items" to a file on the local system.

ExampleAbort

© 2016-2022 Altova GmbH