Start Delivery
Description
This action starts a delivery as a child session.
The delivery must be either deployed to the runtime, saved in a delivery repository, or on the runtime filesystem.
Parameters
Name | Mandatory | Default | Description | ||
---|---|---|---|---|---|
Deliv Asynchrone Execution |
No |
false |
If set to true, the action completes immediately, and the session proceeds without waiting for the delivery to complete (Asynchronous Mode). If set to false, the action waits for the delivery to complete before proceeding. |
||
Deliv Standard Output Redirection |
No |
false |
Choose whether the Java process which handles the delivery run will print execution information within the runtime’s current standard output or not. |
||
Deliv Remote Delivery Mode |
No |
false |
Specifies if the delivery to execute should be searched in the local or remote runtime. When |
||
Deliv Memory Mode |
No |
true |
The delivery is executed in memory in the same runtime engine as the current session using action. If this parameter is set to false, the delivery is executed in command line mode. |
||
Deliv Wait All Sessions |
No |
true |
Wait for all sessions to complete before proceeding with the action. |
||
Deliv Async Ignore Errors |
No |
true |
When set to false, and Deliv Asynchrone Execution and Deliv Wait All Sessions"* are both set to true, the Start Delivery action will stop with an error if one of the executed deliveries also ends with an error. |
||
Deliv Engine Host |
No |
This parameter allows to specify the Runtime host which will execute the given delivery. When not specified, the current Runtime executing the session is used. |
|||
Deliv Engine Port |
No |
Port of the remote Runtime engine that will run this delivery. |
|||
Deliv Engine User Name |
No |
User used to connect the runtime. |
|||
Deliv Engine Password |
No |
User’s encrypted password. |
|||
Deliv Engine Uncrypted Password |
No |
User’s unencrypted password. |
|||
Deliv Engine API |
No |
EngineServerAPI |
For internal use. |
||
Deliv Name |
Name of the Delivery to execute when the delivery is deployed in the runtime. This parameter is ignored if Delivery File Name is set. It is mandatory if Delivery File Name is not set. |
||||
Deliv Repository |
If your runtime is configured to use a repository for deliveries, you can provide the repository name. The delivery is searched in the specified repository. |
||||
Deliv File Name |
Location of the delivery file to execute in the runtime filesystem. It can be either the absolute path to the delivery file (E.g. |
||||
Deliv Session Name |
No |
Name of the session. If left empty, the session is named after the delivery. |
|||
Deliv Configuration |
No |
Name of the delivery configuration that will be used. Mandatory for multi-configuration deliveries.
|
|||
Deliv Session Log Level |
No |
0 |
Level of logging used for the session. See log level for more details about the various log level values. |
||
Deliv Max Parallel Session Number |
No |
-1 |
Number of sessions executed in parallel by the action when Deliv Asynchronous Execution are selected and Deliv Wait All Sessions. The action runs sessions in parallel until that number is reached, and then will queue subsequent executions until previous ones are complete. The -1 value means that there is no limit. |