Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create Users
  2. Create Workgroups
  3. Create the Parent Document Type
  4. Create the Child Document Type
  5. Create the eDocLite Form
      -
      • Create the Form
      -
      • Create the Stylesheet
    • Create the Rule Template
    • Create Routing Rules

...

Code Block
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="ns:workflow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="ns:workflow resource:WorkflowData">
  <workgroups xmlns="ns:workflow/Workgroup" xsi:schemaLocation="ns:workflow/Workgroup resource:Workgroup">
    <workgroup>
      <workgroupName>eDoc.FirewallPolicyGroup.Workgroup</workgroupName>
      <description>Firewall Policy Group for Firewall Change Requests</description>
      <members>
        <authenticationId>FPG1</authenticationId>
        <authenticationId>FPG2</authenticationId>
      </members>
    </workgroup>
  </workgroups>

</data>


Ingest XML Files

  1. Ingest widgets.xml
  2. Ingest Workgroups
  3. Ingest Document Type
  4. Ingest EDL Definition

    Reference

    https://test.kuali.org/confluence/display/KULRICE/EDocLite+Documentation+Guide
    https://test.kuali.org/confluence/display/KULRICE/eDocLite+Components+Detail#eDocLiteComponentsDetail-xsltdetail
    https://test.kuali.org/confluence/display/KULRICE092/Workgroup+Guide