|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (7)
View Page Historyh2. 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.
* A job can contain several instances of any of these components.
There are some restrictions in the Petals export and in the use of the Talend components for Petals.
* However, all the tPetalsInput must have the same schema, and all the tPetalsOutput must have the same schema.
** This is checked during the export.
** This is checked during the export.
\\
About the export:
* Only one job can be exported at once for Petals.
** One job = One deployment archive for Petals.
About the export:
* Only one job can be exported at once for Petals.
** One job = One deployment archive for Petals.
* 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...).
* 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.
** Lists, Objects, passwords, List of values are not supported.
** It also applies to exported contexts.
\\
About the tPetalsInput or the tPetalsOutput components:
* A job can contain several instances of any of these components.
* All the tPetalsInput instances point to the same input message.
About the tPetalsInput or the tPetalsOutput components:
* A job can contain several instances of any of these components.
* All the tPetalsInput instances point to the same input message.
* 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 tPetalsOutput instances write in the same output 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...).
** This is checked during the export.
* All the tPetalsOutput instances write in the same output 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...).
h2. The Talend export for Petals