Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

Post Process is available only at Destination only, and with this app the Destination. With the help of Post Process, you can create a Template by either using a Process Flow or Transaction. Following are the steps for using this applicationa Post Process:

Creating by Using a Process Flow 

...

For using a Process Flow in a Template, ensure that you have:

  • Created a Process Flow in the Developer's Studio using File Source activity and set the value of the eventContextEnabled property to true in the Process Designer.  
  • Written the JavaScript in a 
    • Process Flow (required for using a Process Flow in a Template) and
    • Custom plugin (required if the Process Flow is further calling a Transaction).
  • Published Process Flow in Adeptia Connect.
  • Ensure that you have created a Transactions using Pre Process as a source.

To create a Template:  

  1. Select Post Process app while defining the Destination application.



  2. Select Process Flow from the Select Post Process Type.
  3. Select the process flow from the Select Process Flow. Only published process flow will be populated in the drop-down list.
  4. 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. 



...

  1. Create a Template using Pre Process application as a Source application.



  2. After creating a Template, create a Transaction using this Template.
  3. Now, create a Template using Post Process application as a Destination application. 
    1. Select Post Process app while defining the Destination application.



    2. Select Transaction from the Select Post Process Type.
    3. Select the Pre Process Transaction from the Select Transaction. Only Pre Process Transactions will appear in the drop-down list.
    4. 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. 

Click here for detailed instructions on creating a Template using Post Process application.