Hi
In an intranet portal (using Java application) we have process say for ex: "Claim submission". While submitting the claim one has to see the entire process flow of the claim system. The business process flow is maintained in ARIS. How I can link the Java application to the ARIS to display the business process flow with user role based acess? Is there a webservice or API's available to do this.
Could anyone provide me further information regarding this.
Regards
S.Sivakumar
Hi Sivakumar,
there are different possibilities on how you can do it. In general, there are 2 different ways depending on which product you are using:
- If you are using ARIS Business Publisher, you can directly embed business publisher in your portal and also customise the look and feel of business publisher to fit the one of your overall portal.
- If you are using ARIS Business Architect, you have to do 2 steps:
- Create a report to output the diagram as an image, which you can later on embed in your portal.
- Execute this script through the external interface called script runner. Script runner allows to execute reports on an ARIS server and script runner can be called externally.
I hope this helps,
Sebastian
I have a corporate portal where the models are published and an icon for reports being given. On any particular model page, i want to invoke a particular report which is customized with corporate logo and stuff.
How can i customize to invoke this specific report template on click of the reports icon on business publisher site?