Versions Compared

Key

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

...

Code Block
titleRFC-RoutingRules.xml
<?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">
<rules xmlns="ns:workflow/Rule" xsi:schemaLocation="ns:workflow/Rule resource:Rule">
	<rule>
      		<documentType>eDoc.RequestFirewallChange</documentType>
      		<ruleTemplate>eDoc.RequestFirewallChange.Node1</ruleTemplate>
      		<description>Routing rule for eDocLite RequestFirewallChange.</description>
      		<ignorePrevious>false</ignorePrevious>
      		<responsibilities>
        		<responsibility>
          			<workgroup>eDoc.FirewallPolicyGroup.Workgroup</workgroup>
          			<actionRequested>A</actionRequested>
          			<priority>1</priority>
        		</responsibility>
      		</responsibilities>
    	</rule>
</rules>
</data>


XML File Ingestion

  1. widgets.xml
  2. Users
  3. Workgroups
  4. Rule Template
  5. Parent Document Type
  6. Child Document Types
  7. EDL Form
  8. Routing RulesOpen the URL to a Kuali Rice development server (e.g. http://ricedevhost.ucdavis.edu:8080/rice-0.9.3-server/)
  9. Click on Kuali Enterprise Workflow
  10. Log in as admin
  11. Under Administration, click on XML Ingester
  12. Upload the XML files we just created in the following order:
    1. Users: RFC-Users.xml
    2. Workgroups: RFC-Workgroup.xml
    3. Rule Template: RFC-Users.xml
    4. Parent Document Type: RFC-ParentDocType.xml
    5. Child Document Types: RFC-ChildDocTypes.xml
    6. EDL Form: RFC-EDLForm.xml
    7. Routing Rules: RFC-RoutingRules.xml

Simulate the Business Process

...