Can I use configuration propery in my server-side OperationParticipants?
I want to use configuration propery in my server-side OperationParticipants.
I read this wiki page, but I don't know whether I can do that or not.
Does anyone feel like giving me a hand?
I read this wiki page, but I don't know whether I can do that or not.
Does anyone feel like giving me a hand?
One answer
Since a Participant should extend Abstract Service, you should be able to do that. Please note, usually you would configure a participant with XML in the process configuration. See: https://jazz.net/library/article/1000
Comments
Hi, Ralph.
Thank you for your advise.
Actually I have done this workbook and I know I can configure property with an aspect editor.
My first question means I want to use configuration property with "Advanced properties" page in Web Admin UI.
Can I do that?
My first answer said Yes, you should, according to the Wiki document, since you should extend AbstractService, which provides the access mechanism. I have not yet tried this myself.