Hi team,
I have requirement that's shows the process instance based on the particular Process ID in the Interface , the simlar way we see the process instance by clicking on the Process Name Hyperlink, but i need to show them in the interface. i created a report and getting values from the Process report and able to link that to process Dashboard in report. i could Able to see the get the process Dashboard in the interface
i want to get the Same Dashboard in the interface also , i am unable to get the hyperlink and logic to implement how to show the process Instance on click of Request ID (ie. in My case Process Name )
Discussion posts and replies are publicly visible
Hi Mathieu ,
Actually i was able to do this. But i need a Hyperlink that links process Name and Process Instance. when we click on the Process Name on the grid in interface , it should popup the process instance in the same interface
Thank you
What exactly do you mean with "process instance"?
to show the progress of the Process. like we monitor the process.
You mean process monitoring view? Do these users have access to the designer?
I think this is not supported.
May I ask what you are trying to implement?
Not for the end User Stefan,
I have a requirement where a person who Initiate the process have a Dashboard where he can see the Progress of the Process.
If that is the case, it might be easier to define milestones / phases of a process and utilize the component form the app market: https://community.appian.com/b/appmarket/posts/pipeline-component
to show a comprehensive flow / status instead showing the process instance with all that unnecessary information.
Yeah ... that's what I expected.
Use a milestone or something like this. A normal business process is made of more than a single model.
A typical way to implement this, is to have a table in DB that holds a process status and more process related meta data. Make this a record and use a record list and record views to show it to the user.