Unify and manage your data

Overview of Process Definition

Learn about defining process definitions in a data change request.

Download the Process Definition file from this location: ExternalDataChangeRequestReview.bpmn20.xml.

Specify Rules to Select External or Internal Review Branch

The class in which you specify rules to select the external or internal review branch is located at RulesApply.java.

Classes to Override Behavior

Use the classes listed below to override the behavior when specifying to apply or reject external review:

  • ChangeRequest3rdPartyAction.java: Update to the new version of Reltio public API
  • ChangeRequest3rdPartyApply.java: External DCR samples and changes in API for external DCR
  • ChangeRequest3rdPartyReject.java: External DCR samples and changes in API for external DCR
  • RulesApply.java: Update to the new version of Reltio public API
  • Utils.java: Update to the new version of Reltio public API

Default Classes

These are the default classes for internally applying or rejecting the internal review. To override the behavior, you need to inherit these classes: