my code is correct? let me know if any changes required...
my requirement is - if cr_app_la_all_processs_model process model is running then don't show that add projects link if not listed process model then show the add project link
can anyone let me know if am wrong
Discussion posts and replies are publicly visible
This does not work. a!startProcess would start a process. You can not use it to fetch information about a running instance.
For this you would use process reporting and queryProcessAnalytics(). This is well documented.