Table of Contents

Search

  1. Preface
  2. Introduction
  3. IDD Concepts
  4. Implementation Process
  5. IDD Configuration Manager
  6. Manual IDD Configuration
  7. IDD Global Properties
  8. Sizing and Platform Requirements
  9. Application Components
  10. IDD Security Configuration
  11. Data Security
  12. Example Role-Based Security Configuration
  13. Data Masking
  14. Siperian BPM Workflow Engine
  15. Locale Codes
  16. Troubleshooting
  17. Glossary

Data Director Implementation Guide

Data Director Implementation Guide

Action Types - Sample XML

Action Types - Sample XML

The following excerpt from an IDD configuration file pertains to task types and will be referenced later in this subsection.
<!-- Action Definitions - MUST come before the task types definitions. --> <actionType name="SubmitForApproval" displayName="Submit For Approval"> <description>Submit a change for approval.</description> <class>com.siperian.dsapp.domain.task.action.SubmitForApproval</class> </actionType> <actionType name="Augment" displayName="Augment" manualReassign="true"> <description>Reassign the task to another user for assistance.</description> <class>com.siperian.dsapp.domain.task.action.Reassign</class> </actionType> <actionType name="CompleteUpdate" displayName="Complete Update"> <description>Commit changes made to a subject area record.</description> <class>com.siperian.dsapp.domain.task.action.CompleteUpdate</class> </actionType> <actionType name="Approve" displayName="Approve"> <description>Approve and commit changes made to a subject area record.</description> <class>com.siperian.dsapp.domain.task.action.Approve</class> </actionType> <actionType name="Reject" displayName="Reject"> <description>Reject changes and reassign to the user who made the changes.</description> <class>com.siperian.dsapp.domain.task.action.Reject</class> </actionType> <actionType name="Escalate" displayName="Escalate"> <description>Reassign the task to another reviewer for assistance. This could result in a new task being created.</description> <class>com.siperian.dsapp.domain.task.action.Reassign</class> </actionType> <actionType name="Reassign" displayName="Reassign" manualReassign="true"> <description>Reassign the task to another user/role.</description> <class>com.siperian.dsapp.domain.task.action.Reassign</class> </actionType> <actionType name="Unmerge" displayName="Unmerge"> <description>Perform the unmerge operation defined by the task.</description> <class>com.siperian.dsapp.domain.task.action.Unmerge</class> </actionType> <actionType name="CancelTask" displayName="Cancel Task" cancelTask="true"> <description>Cancel the task by deleting it.</description> <class>com.siperian.dsapp.domain.task.action.CancelTask</class> </actionType>

0 COMMENTS

We’d like to hear from you!