Hi We're facing the requirement from an internal auditing team that we've to provide a way to show the history of tasks. they want to be able to see the complete dialog(s) of the task (of course in read-only mode without some of the controls (save-button, etc.)) as i can see in the JSF Workflow UI Project, there is a "archive" button on the Task-History page. but we couldn't find any information on how to save/store such archive-pages? or ar there any other best-practices to handle such requirements? Thanks for your input Philipp |
Hi Philipp, I had the same request. I solved the Problem by overwriting the Archive Function in WfUi. I created a new Project with a callable sub process with the Input parameter of Icase and I task. In this process I first check the process code to know which Dialog I have to start. Depending on the ivy project I want to show the dialog from, I get the data of the case or task via ivy api. after I got the process data I start the dialogs with a userdialog step in the process. Here the code snippet to get the processdata of a task.
best regards Roland |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 08.04.2015 at 17:20
Seen: 2,378 times
Last updated: 12.05.2015 at 11:51