Reltio Connect

 View Only
  • 1.  Customizing DCR workflow

    Reltio Partner
    Posted 12 days ago

    Hi Experts,

    we had a requirement to enhance the OOB DCR process to two step approval process but we need 2 step approval is applicable for only one entity type and for the rest it needs to be one step approval.

    is there any way to achieve this.

    Thanks in advance for you help ......



    ------------------------------
    Karthik
    PWC
    ------------------------------


  • 2.  RE: Customizing DCR workflow

    Founding Member
    Posted 12 days ago

    Yes you can configure a variable in BPMN defining which all entity type should go through two step approval and use it for routing workflow accordingly.



    ------------------------------
    Ashish Rawat
    Sr. Manager
    Fresh Gravity
    Bangalore
    ------------------------------



  • 3.  RE: Customizing DCR workflow

    Reltio Partner
    Posted 12 days ago

    Hi Ashish,

    Can you please help me if you implemented this in any of your project and please share me the XML if possible so that i can modify that as per my requirement.



    ------------------------------
    Karthik Athota
    ------------------------------



  • 4.  RE: Customizing DCR workflow

    Founding Member
    Posted 10 days ago

    I have done it in past client projects but won't be able to share bpmn as it's client code. This also requires customization in DCR engine. Here is an example on how to configure it parameters in BPMN. You update the code to read these parameters and accordingly route the workflow to derived  user task

    <dataObject id="LIST_OF_ENTITIES_REQUIRES_TWO_STEP_VERIFICATION" name="LIST_OF_ENTITIES_REQUIRES_TWO_STEP_VERIFICATION" itemSubjectRef="xsd:string">
    <extensionElements>
    <activiti:value>
    <![CDATA[ {"EntityNames":"HCO,HCP"} ]]>
    </activiti:value>
    </extensionElements>
    </dataObject>


    ------------------------------
    Ashish Rawat
    Sr. Manager
    Fresh Gravity
    Bangalore
    ------------------------------