Overview
When utilized with the companion Process Display Functions Plug-in allows designers to configure UIs that display process status on the process model itself to end users.
Key Features & Functionality
Provides a single component
This component seems to work fine one day and then fails the next. Any helpful tips for debugging. Anything in the log i can log for?
Thanks for the reply! Did not know the disabled parameter being standard, good to know. I'm guessing for the error I've been seeing is the latter, as I am a system admin. It is in a demo environment so there and there is a ton of junk in there so I feel like it is the latter. Not a huge deal either way.
Unfortunately if it is the same problem we really need to get support engaged because I believe that issue is in the networking layer around how component plugins in general are loaded on the client (you could confirm that by trying a simpler component plugin - https://community.appian.com/b/appmarket/posts/range-slider-component looks like a reasonable candidate although I haven't used that one myself)
Do you have a support case number? I can see if I can help coordinate with the support team.
Hi John
tried raising a support call, but the Support team are being singularly unhelpful and claim they cannot help.
issue seems to be identical to that reported by vaskens210 with the same messages appearing in the chrome network log.
(displayPm.svg and index.html.)
Could you advise on a solution please
With vaskens210s issue he was able to see that the component plugin was not being correctly accessed by looking at the network logs in chrome (in the logs it shows up as an error accessing displayPM.svg and `index.html` ~ actually the html file within the component plugin). It turned out to be a name resolution issue in that case - If you have the same problem support should be able to help. If not shoot me an email and I can try to help with trouble shooting.
Josh
I am seeing the same issue. Can successfully retrieve the data but displayProcess is not updating the interface
Is there a user guide? Couple of question I have but can't find any answers in a doc:
I've worked with vaskens210 on debugging this issue and it appears to be a configuration issue with all component plugins that they are working with support to resolve.
Hello,
I have installed this plugin into our DEV environment along with the companion plugin that contains the function and when I attempt to utilize the component, nothing is displayed on the screen. I call the function to get the process data and I pass the data as is to the processData parameter in the component and the interface does not update. I imported the sample package provided in the zip file and the same thing is occurring after selecting a process instance. Is there something I am missing?
Thank you