Wiki source code of SendToEnv
Last modified by Outhman Moustaghfir on 2024/01/22 16:54
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
2.1 | 1 | = Definition = |
![]() |
1.1 | 2 | |
3 | The SendToEnv Connector streamlines the transfer and management of files across multiple environments in a network. It ensures efficient, automated file movement, integral to workflow optimization. | ||
4 | |||
5 | = Icon = | ||
6 | |||
![]() |
5.1 | 7 | [[image:Capture d'écran 2024-01-22 150620.png]] |
![]() |
1.1 | 8 | |
9 | = Configuration = | ||
10 | |||
11 | == 1- Configuration of SendToEnv == | ||
12 | |||
13 | you can configure SendToEnv and put the correct data: | ||
14 | |||
15 | For Example: | ||
16 | |||
![]() |
5.1 | 17 | [[image:Capture d'écran 2024-01-22 150726.png]] |
![]() |
1.1 | 18 | |
19 | **File(s): **Specifies the file or files to monitor for transfer. | ||
20 | |||
21 | **Environments:** Lists the target environments where the files will be sent. Multiple environments can be separated by **";"**. | ||
22 | |||
23 | **~ ## Example: iXPath;Centrale_Danone.##** | ||
24 | |||
25 | **Mask: ** Defines the pattern to filter the files that this connector should handle. The .* mask indicates that all files are included. | ||
26 | |||
27 | **Log Level: ** Determines the verbosity of the logs for this connector. The level DEBUG implies detailed logging which is useful for troubleshooting. | ||
28 | |||
29 | **Condition:** Allows specifying a condition that must be met for the connector to process the files. | ||
30 | |||
31 | **Add boundary OnError:** When checked, this option may add additional error handling, such as transaction boundaries, to manage failures gracefully. |