Hi everybody.I want to extract information from a ProcessModel, calls from an Interface.In particular, I want to show a message in case that the integration goes OK or KO.But I don't know how. And also, the interface show me the "onSuccess" result immediatly after the process'calling.
Discussion posts and replies are publicly visible
marco.basolu If you are expecting error node data output to come to the interface using fv!processInfo.pv.error, that is not possible AFAIK. Do you want the Integration Node output data in the Interface?
For your question yes, I want a way to show in the interface a message that confirm the result of the integration.
marco.basolu Then you can get the data output of integration in interface using processInfo.pv.name_of_pv.Remember this while implementing: Smart service follows activity-chaining, completing only when the activity chain is complete or broken. The smart service then returns the process variables as of the completion of activity chaining through the processInfo.pv output.