when we connect process fabric with custom Apps - do we see the UI from the application into process fabric as it is rendered in the host application automatically or does this need to be built in process fabric?
Hi @Sharmila Narendran ,
I am assuming that you will be registering Pega applications into ProcessFabric. There are 2 mechanisms which are used to display assignment on the ProcessFabric Hub v3.1.
-
Inline view
-
Redirect to host application
Inline View:
We support both constellation based applications as well as traditional apps(UIKit/Theme-Cosmso).
For constellation apps, we use web-embed component(Introduced in Pega8.8 and enhanced in Infinity 23) to display the assignment. This used the theme from the Host application.
For traditional apps we use mashup. Hence the theme has to be defined on the Hub.
Redirect to host application:
For both constellation based apps as well as traditional apps, we redirect to Host application to display the assignment and therefore host application theme is used.