Please enable JavaScript to view this site.

Altova FlowForce Server 2022 

In the context of a FlowForce Server job, input parameters represent some arbitrary information supplied to the job based on which the job will execute in a particular way. Job input parameters are similar to function arguments in a programming language. Input parameters can be of various types (for example, file or directory references, text, numbers, Boolean values, and others). For some job types, FlowForce Server creates the input parameters automatically.

 

Notes:

FlowForce Server automatically adds an input parameter called triggerfile to jobs that use file system or HTTP triggers (see also Managing Triggers). The triggerfile parameter contains the name of the file that activated the trigger and must not be deleted.

If a job is using parameters and is exposed as a Web service, FlowForce Server expects the parameters to be passed by the calling application in the request (see also Exposing Jobs as Web Services).

 

An input parameter consists of the following fields.

 

Name

Mandatory field. Specifies the name of the input parameter. Because you may need to refer to this parameter subsequently from any of the job's execution steps, use a name as descriptive as possible.

 

The input parameter name must start with a letter and may contain only the following characters: a-z, A-Z, 0-9, and '_'.

Type

Mandatory field. Specifies the data type of the input parameter, which can be one of the following:

 

String

String as file

String as directory

String as file or directory

Stream

Number

Boolean

 

You should select the data type according to the data type of the expected parameter value.

Default

Optional field. Specifies the default value of the parameter. This value will be used if no value is specified by the job caller at runtime.

Description

Optional field. Describes the purpose of the parameter. This description becomes available as a tooltip next to the parameter name, when you use the current job as an execution step of another job,

 

Use the following buttons to manage parameters.

 

add

Add parameter.

delete

Delete parameter

icon_duplicate

Duplicate parameter.

up_arrowdown_arrow

Move parameter up or down.

icon_undo

Undo a previous delete action.

 

© 2016-2022 Altova GmbH