Sample File

The following sample UIM file gives an example of how these VIMs could be used in a custom evidenceFlow page

<PAGE
  PAGE_ID="MyProduct_flow"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="file://Curam/UIMSchema.xsd"
>

  <!-- Page Title etc -->

  <ACTION_SET>

    <INCLUDE FILE_NAME="Evidence_flowLinks.vim"/>

    <!-- Add custom actions here -->
   </ACTION_SET>

   <INCLUDE FILE_NAME="Evidence_flowView.vim"/>
</PAGE>