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. Appendix A: Sizing and Platform Requirements
  9. Appendix B: Application Components
  10. Appendix C: IDD Security Configuration
  11. Appendix D: Data Security
  12. Appendix E: Example Role-Based Security Configuration
  13. Appendix F: Data Masking
  14. Appendix G: Siperian BPM Workflow Engine
  15. Appendix H: Locale Codes
  16. Appendix I: Troubleshooting
  17. Appendix J: Glossary

Task Type Customization

Task Type Customization

Task types are highly customizable.
New task types can be created as long as the previously-described rules are followed. Existing flows can be modified by altering the values in the target task tags for a given task type. The following code snippet is an example of two-step approval process and one-step approval process.
<taskType creationType="NONE" dataUpdateType="ACTIVE" defaultApproval="false" displayName="Final Review" displayType="NORMAL" name="FinalReview" pendingBVT="true"> <description>Review a change and approve, reject or escalate it.</description> <action name="Approve"/> <action name="Reject"> <targetTask>UpdateRejectedRecord</targetTask> </action> <action name="Escalate"> <targetTask>FinalReview</targetTask> </action> <action name="Reassign"> <targetTask>FinalReview</targetTask> </action> <action name="CancelTask"/> </taskType>

0 COMMENTS

We’d like to hear from you!