Skip to main content

Process

Synopsis

The root operator of every process.

Description

This operator provides a set of parameters that are of global relevance to the process like logging and initialization of parameters of the random number generator.

Input

input

The Process can have multiple inputs. When one input port is connected, another input port becomes available which is ready to accept another input (if any). The order of inputs remains the same. The object supplied at the first input port of the process is either delivered from the first input port of the embedding operator or from a repository location. Don't forget to connect all inputs in correct order. Make sure that you have connected the right number of ports.

Output

result

The Process can have multiple outputs. When one result port is connected, another result port becomes available which is ready to deliver another output (if any). The order of outputs remains the same. The Object delivered at the first output port of the process is either delivered at the first output port of the embedding operator or to a repository location. Don't forget to connect all outputs in correct order. Make sure that you have connected the right number of ports.

Parameters

logverbosity

Log verbosity level.

logfile

File to write logging information to.

resultfile

File to write inputs of the ResultWriter operators to.

random seed

Global random seed for random generators (-1 for initialization by system time).

send mail

Send email upon completion of the process.

mail sender

The email connection used to send notifications. Only visible with compatibility level above 9.4.0 and if the "send mail" is not set on never.

notification email

Email address for the notification mail.

process duration for mail

Minimum process duration to send emails (in minutes).

encoding

The encoding used for reading or writing files.