Output Project Change History on Specific Model Types
The build-in Doc. Composer Revision Differences template can let you output the change history of models in your project. By default it will output all changes within the selected scope. In this article you will learn how to customize the default Revision Differences template to output the change history on specific model type(s).
Let’s start!
- Go to Tools > Composer.
- Select Build Doc. from Scratch.
- Select project root node.
- Right click on the Revision Differences (Model Elements) template and select Duplicate… from popup menu.
- Name the template as Revision Differences for Specific Model Type(s).
- Go to line 56 and insert the following code.
<Conditions type="or"> <ValueChecker property="valueModelType" operator="equals" value="BPTask"/> <ValueChecker property="valueModelType" operator="equals" value="UseCase"/> </Conditions>
- Press OK to save the change and close the Edit Template
- Drag out the Revision Differences for Specific Model Type(s) template and drop it to document editor.
- Specify the start revision for the report and press OK to proceed.
- Now the change history on the model types (BPMN task and use case for this example) on our selected revision scope are being outputted to the document.
Related Know-how |
Related Link |
Leave a Reply
Want to join the discussion?Feel free to contribute!