How to get list of shared flows executed for API Proxy request?

Hi,

Is there any way to get the list of shared flows which were executed during for the API Proxy request from environment variable?

Thanks,

Gagan

0 1 161
1 REPLY 1

Hi @Gagandeep Singh, I don't know your usecase but you can see trace logs for the sharedflow which are executed in the request flow. However you can set up some flow variable in the each shared flow which can print at the end of request flow so in the API proxy. It will simplify your requirement and only the variables from the shared flow will be available by that time.