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

Data Director Implementation Guide

Data Director Implementation Guide

closeTaskView

closeTaskView

When this attribute is set to true, the tab in which the IDD application user was working when performing this action will be closed, and the user will be returned to the
Start workspace
page.
The following code snippet is an example of an action type.
<actionType cancelTask="true" closeTaskView="true" displayName="Cancel Task" manualReassign="false" name="CancelTask"> <description>Cancel the task by deleting it.</description> <class>com.siperian.dsapp.domain.task.action.CancelTask</class> </actionType>
You can configure this attribute for each action type using the IDD configuration file (IDDConfig.xml). The default value of this attribute is true.

0 COMMENTS

We’d like to hear from you!