Execute a Delivery
Description
Executes a delivery as a child session.
This delivery is either deployed in the runtime, available in a delivery repository, or from the runtime’s file system.
Parameters
Name | Mandatory | Default | Description | ||
---|---|---|---|---|---|
Deliv Engine Host |
No |
This parameter allows to specify the Runtime which will execute the given delivery. When not specified, the current Runtime executing the session is used. You can specify in this parameter the Hostname or IP address of the remote Runtime that will run the delivery, or alternatively a cluster name when the current Runtime is configured to be able to execute on a Runtime cluster. |
|||
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 deliveries repository, 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 Asynchronous 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 Wait All Sessions |
No |
true |
Wait for all sessions to complete before proceeding with the action. |
||
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 Configuration |
No |
Name of the delivery configuration that will be used. Mandatory for multi-configuration deliveries. |
|||
Deliv Remote Delivery Mode |
No |
false |
Specifies if the delivery to execute should be searched in the local or remote runtime. When
|
||
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. |