Workflow and integration

Trigger an IPA process

Use LPL to trigger an IPA service from a UI object, and send data from the UI to the process as input data. You can insert this code in an entrance or an exit rule. This example code triggers an IPA service called LPLService, which in turns triggers an IPA process called TestLPL.

Trigger IPA

Trigger IPA 2

Trigger IPA 3

Trigger an IPA Process from a custom form

This example creates a custom form to trigger an IPA flow. When a user adds or updates data on this form, it triggers an IPA process, sending the data from the form to the process. This will also allow you to add a button to the form to manually trigger the IPA process.

Create the User Business Class

Trigger IPA from a custom form

Create the custom form:

Trigger IPA from a custom form 2

Configure the IPA service:

Trigger IPA from a custom form 3

To test:

  1. Open the new form and enter data.
  2. Save the data, which enables Submit.
  3. Click Submit.
  4. Verify a workunit was created in IPA.