Petals-SE-Talend

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History


h1. Recommended usage


h1. Message Processing

* Eventually, Talend Integration Suite allows to attach files in the responses.


h2. Limitations

If you plan to use the tPetalsInput or the tPetalsOutput components, here are some details you should be aware of.
* A job can contain several instances of any of these components.

* However, all the tPetalsInput must have the same schema, and all the tPetalsOutput must have the same schema.
** This is checked during the export.

* All the tPetalsInput instances point to the same input message.
* If two instances of tPetalsOutput are on the same processing flow, the second will erase what is written by the first instance.
** tPetalsOutput instances should be placed on different _branches_ (onSubjobOK, onSubjobError and so on...).

* Some data types are not supported in the export for Petals:
** Lists, Objects, passwords, List of values are not supported.
** It also applies to exported contexts.


h2. The Talend export for Petals