Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Like any other transaction, we need to create a template first for post processing. A post processing template will include a process flow published in Adeptia Connect.  Based on your requirement type for the post processing of the received data, you can also use an already created transaction (for which Pre Process app is the source)  for instead of a process flow. You must use Post Process app in the target location to facilitate the creation of post processing template/transaction. 

Creating a Post Process Template Using a Process Flow 

...

Ensure that you have published Process Flow in Adeptia Connect, created in Developer's Studio. If your published Process Flow is using Process Flow or Transaction, you need to write JavaScript in the custom plugin.    

To create a Template:

  1. Go to Configure > Templates > Create Template. The following are the high-level steps that you need to select while creating a Template. For detailed instructions, click /wiki/spaces/AC2/pages/655640.
  2. Select either File or App from the Template Type drop-down list.
  3. Select Inbound in the Select direction drop-down list. 
  4. Select the application from the list while defining the Source application.
  5. Define the source data format for a Template.
  6. Select the event to be triggered.
  7. Select the source layout and format of a Template.
  8. Select Post Process app while defining the Target application.



  9. Select Process Flow from the Select Process Type drop-down list.
  10. Select the process flow from the Select Process Flow drop-down list. Only published process flow will be populated in the drop-down list.
  11. Click Add Parameters to add parameters. Define the keys and their values. The specified values will be put in the context of the child flow. 



  12. Define the target data format and layout.
  13. Define the mapping between the fields.
  14. Click Save and Exit to save the Template.

...