How to display workitem workflow on project dashboard using widget
![]() I am using RTC 6.0.6.1, I want to display workitem workflows on project dashboard using widget. Can anyone give me any pointer on how to achieve this. |
Accepted answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Nov 08 '21, 7:15 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER You would have to write a widget application, that analyses the workflows, e.g. based on the process XML and uses a visualization library to display the workflow of interest. Something similar to https://github.com/jstastny/rtc-workflow-visualiser but in a widget. Vikrant Kamble selected this answer as the correct answer
|