Is it possible to publish RRC process diagram with RPE
From https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14584572&#14584572
Hello, Can someone share their approach for publishing RRC business process diagrams. I did try the pearl script and updated the data source schema per http://www-01.ibm.com/support/docview.wss?uid=swg21455926 and using the Dec 10, 2010 09:14:00 AM dc2inline.pl from https://www.ibm.com/developerworks/forums/thread.jspa?threadID=353871. That did not result in a rendering node that I could find. The return from https://site:9443/rdm/publish/processes?resourceURI=rrcNNNN contains: <ds> <process> <bpmn20:definitions xmlns:Definitions__EtKkECAoEeCycp9sCh_bHw="http://... If this can be referenced, is this the business process diagram? If so, how should I reference this? What about that <process> vs. <ds> ? Should there be a <dc> ? Thanks,Michael |
One answer
Hi Michael,
The response from https://site:9443/rdm/publish/processes?resourceURI=rrcNNNN should contain something like: ds:artifact> Process contains the information for the Business Process Diagram No, it is ok as it created The problem is on the process schema, it's incorrectly defined and you are not able to obtain the rendering url since it is not exposed by the schema. Replace the content of process.xsd located on the folder <installation>/server\conf\rdm\reporting\initialization\xmlschema with the following schema: ?xml version="1.0" encoding="utf-8" ?> Note: you will need to add "<" at the beginning of each line since it didn't display the XML correctly here. Then reinitialize the publishing service by going to the following url: https://server:port/rdm/publish/initialize Then you will need to update the schema on your report template with: https://server:port/rdm/publish/processes?metada=schema That should give you an attribute called rendering which is the url you need to use to get the image Hope this helps! Comments
Ian Kerins
commented Jan 03 '13, 5:00 p.m.
Do you have a similar approach for RRC V4.0.1? I am trying to migrate a Business process report from v2.0.0.4 (that has this fix) to RRC V4.0.1 however the process:attributes are no longer present in the response to https://site:9443/rdm/publish/processes?resourceURI=rrcNNNN I can render the image just not extract the task names and the descriptions behind them Any help you can give would be greatly appreciated. Thanks Hi Ian,
For Task elements you can edit the template to add the bpmn schema elements
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.