Can we call shared flow which is present in another organization ?

Can we call shared flow which is present in another organization ?

Ex : Shared flow which is present in organization abc . i want to call this Shared flow in xyz

organization api -proxy with a Flow Callout policy.


1. Is it possible ?

2. If yes Can anyone help with me this ?

3. If No is there any alternate process which work similar to Shared flow (ex : where i can validate my access token and send JSON object)?

0 4 259
4 REPLIES 4

No, it is not possible. A shared flow has to be in the same organization and deployed to the same environment as the proxy that wants to consume it. Have a look at the shared flow documentation here.

Thank you @Sikender Khan ,

Is there any alternate process which work similar to Shared flow (ex : where i can validate my access token and send JSON object)?


@Vishal ,

Just to add on top of what @Sikender Khan said, Org is an high level entity in Apigee Edge. It's a logical tenant where all the assets are confined to.

You can export the shared flow as a bundle & import same into other org to use same.

-------------------------------

Anil Sagar

5997-screen-shot-2017-11-23-at-75916-pm.png Learn Apigee Concepts in 4 Minutes HandsOn

Thanks you @Anil Sagar

Is there any alternate process which work similar to Shared flow ?

In same Organization


Where for Shared flow i can make POST request and that will return me JsonBody ?