Overview of Process Definition
Learn about defining process definitions in a data change request.
Download the Process Definition file from this location:
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
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:
- https://bitbucket.org/reltio-ondemand/workflow/src/master/src/workflow-custom/src/main/java/com/reltio/workflow/activiti/service/ChangeRequestApply.java?fileviewer=file-view-default
- https://bitbucket.org/reltio-ondemand/workflow/src/master/src/workflow-custom/src/main/java/com/reltio/workflow/activiti/service/ChangeRequestReject.java?fileviewer=file-view-default