Thanks!
5 个回答
I had the same requirement where a screen flow called an autolaunched subflow which contained a wait element, waiting for a platform event to be published.
I was able to resolve it by using Screen Action functionality that Salesforce provided a few releases ago (https://help.salesforce.com/s/articleView?id=platform.flow_ref_elements_screen_flow_screen_actions.htm&type=5)
In my screen flow, the last element was my personalised message on my screen. Then I configured a Screen Action to call the autolaunched flow which triggered the asynchronous processes downstream.