A developer has built a process consisting of three invoked workflows in the Main.xaml file. The second workflow should be run in Picture-in-Picture (PiP). How should the Invoke Workflow File activity properties be configured?
A developer has built a process consisting of three invoked workflows in the Main.xaml file. The second workflow should be run in Picture-in-Picture (PiP). How should the Invoke Workflow File activity properties be configured?
To run the second workflow in Picture-in-Picture (PiP) mode, configure the Invoke Workflow File activity properties with 'Target Session' set to 'Picture in Picture' and 'Isolated' checked. This ensures that the workflow runs in a separate session and in PiP mode, adhering to the requirement specified in the question.
Tested in Studio -> A is correct
Answer A, checked in Studio
Ans : A
Answer is A, tested in studio