Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Converted from version 'Adeptia_Connect_v3.3'.

A Process Flow for your Custom Template must follow these guidelines:

...

In case, there is a Database at Source or Target end, you must apply a condition in the Process Flow to skip the schema activity. This is because Database schema is bundled with source or target whichever is applicable.

...

Info
return "database".equals((String)context.get(<<SOURCE/TARGET ACTIVITYNAME>>));

where,

<SOURCE/TARGET ACTIVITYNAME> is the name of the Source or Target activity defined in the process flow. The name should be in double quotes (" ") here.

For example,

return "database".equals((String)context.get("FileSource"));

Click here to know how to set the code in the condition.

...

Custom Template - Limitations

...

  • The source set as a trigger can use any application, but for the sources other than trigger can use only following applications: File, FTP, Database, JMS, Email, and Spazio MFT/s.