Adding a custom activity in Grid

  1. In Infor Grid, click the gear icon.
  2. Select Applications.
  3. Select your application.
  4. Click Edit Properties.
  5. Find the pfi.customActivity.beans property and add the full classname of your Java Bean class. Class names are separated by commas or semicolons, for example,

    com.mycompany.myproject.MyBean; com.mycompany.myproject.AnotherBean.

    Custom activities built into IPA do not need to be included in this property.

  6. Restart the IPA node.
  7. Launch Infor Process Designer.
  8. Go to the Custom Activity node, and click the Refresh List from Server button to update the list of custom activities.